Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
Toy-MT-Introduction
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
NiuTrans
Toy-MT-Introduction
Commits
14a64236
Commit
14a64236
authored
May 30, 2020
by
zengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slide4 color
parent
50308891
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
12 行增加
和
12 行删除
+12
-12
Section04-Phrasal-and-Syntactic-Models/section04.tex
+12
-12
没有找到文件。
Section04-Phrasal-and-Syntactic-Models/section04.tex
查看文件 @
14a64236
...
@@ -1187,21 +1187,21 @@ $d$是一个$(\textbf{s},\textbf{t})$上基于短语的翻译推导,$\textrm{P
...
@@ -1187,21 +1187,21 @@ $d$是一个$(\textbf{s},\textbf{t})$上基于短语的翻译推导,$\textrm{P
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=
ublue
,rounded corners=0.7em];
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=
blue!20
,rounded corners=0.7em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=
darkred
,rounded corners=0.2em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=
red!20
,rounded corners=0.2em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=
ugreen
,rounded corners=0.2em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=
green!20
,rounded corners=0.2em];
\node
[datanode,anchor=north west] (bitext) at (0,0)
{{
\color
{
white
}
\scriptsize
{
训练用双语数据
}}}
;
\node
[datanode,anchor=north west] (bitext) at (0,0)
{{
\scriptsize
{
训练用双语数据
}}}
;
\node
[modelnode,anchor=north] (phrase) at ([yshift=-1.5em]bitext.south)
{{
\color
{
white
}
\scriptsize
{
短语抽取及打分
}}}
;
\node
[modelnode,anchor=north] (phrase) at ([yshift=-1.5em]bitext.south)
{{
\scriptsize
{
短语抽取及打分
}}}
;
\node
[modelnode,anchor=west] (reorder) at ([xshift=1.5em]phrase.east)
{{
\color
{
white
}
\scriptsize
{
调序建模
}}}
;
\node
[modelnode,anchor=west] (reorder) at ([xshift=1.5em]phrase.east)
{{
\scriptsize
{
调序建模
}}}
;
\node
[modelnode,anchor=west] (lm) at ([xshift=1.5em]reorder.east)
{{
\color
{
white
}
\scriptsize
{
语言建模
}}}
;
\node
[modelnode,anchor=west] (lm) at ([xshift=1.5em]reorder.east)
{{
\scriptsize
{
语言建模
}}}
;
\node
[datanode,anchor=south] (monotext) at ([yshift=1.5em]lm.north)
{{
\color
{
white
}
\scriptsize
{
目标语单语数据
}}}
;
\node
[datanode,anchor=south] (monotext) at ([yshift=1.5em]lm.north)
{{
\scriptsize
{
目标语单语数据
}}}
;
\node
[datanode,anchor=north] (phrasetable) at ([yshift=-1.5em]phrase.south)
{{
\color
{
white
}
\scriptsize
{
短语表
}}}
;
\node
[datanode,anchor=north] (phrasetable) at ([yshift=-1.5em]phrase.south)
{{
\scriptsize
{
短语表
}}}
;
\node
[datanode,anchor=north] (reordertable) at ([yshift=-1.5em]reorder.south)
{{
\color
{
white
}
\scriptsize
{
调序模型
}}}
;
\node
[datanode,anchor=north] (reordertable) at ([yshift=-1.5em]reorder.south)
{{
\scriptsize
{
调序模型
}}}
;
\node
[datanode,anchor=north] (lmtable) at ([yshift=-1.5em]lm.south)
{{
\color
{
white
}
\scriptsize
{
语言模型
}}}
;
\node
[datanode,anchor=north] (lmtable) at ([yshift=-1.5em]lm.south)
{{
\scriptsize
{
语言模型
}}}
;
\node
[decodingnode,anchor=north] (decoding) at ([yshift=-2em]reordertable.south)
{{
\color
{
white
}
\scriptsize
{
解码器
}}}
;
\node
[decodingnode,anchor=north] (decoding) at ([yshift=-2em]reordertable.south)
{{
\scriptsize
{
解码器
}}}
;
\draw
[->,very thick] ([yshift=-0.1em]bitext.south) -- ([yshift=0.1em]phrase.north);
\draw
[->,very thick] ([yshift=-0.1em]bitext.south) -- ([yshift=0.1em]phrase.north);
\draw
[->,very thick] (bitext.south east) -- ([yshift=0.1em]reorder.north west);
\draw
[->,very thick] (bitext.south east) -- ([yshift=0.1em]reorder.north west);
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论