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
5735b8f0
Commit
5735b8f0
authored
Apr 13, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chapter4 figures
parent
a2dc2f6e
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
20 行增加
和
16 行删除
+20
-16
Book/Chapter4/Figures/process-of-machine-translation-base-phrase.tex
+12
-12
Book/Chapter4/Figures/processing-of-hierarchical-phrase-system.tex
+3
-3
Book/Chapter4/Figures/tree-fragment-to-string-mapping.tex
+5
-1
没有找到文件。
Book/Chapter4/Figures/process-of-machine-translation-base-phrase.tex
查看文件 @
5735b8f0
...
...
@@ -4,21 +4,21 @@
\begin{tikzpicture}
\begin{scope}
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=red!20,rounded corners=0.
7
em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=blue!20,rounded corners=0.
2
em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=green!20,rounded corners=0.
2
em];
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=red!20,rounded corners=0.
3
em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=blue!20,rounded corners=0.
3
em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=green!20,rounded corners=0.
3
em];
\node
[datanode,
draw,
anchor=north west] (bitext) at (0,0)
{{
\scriptsize
{
训练用双语数据
}}}
;
\node
[modelnode,
draw,
anchor=north] (phrase) at ([yshift=-1.5em]bitext.south)
{{
\scriptsize
{
短语抽取及打分
}}}
;
\node
[modelnode,
draw,
anchor=west] (reorder) at ([xshift=1.5em]phrase.east)
{{
\scriptsize
{
调序建模
}}}
;
\node
[modelnode,
draw,
anchor=west] (lm) at ([xshift=1.5em]reorder.east)
{{
\scriptsize
{
语言建模
}}}
;
\node
[datanode,
draw,
anchor=south] (monotext) at ([yshift=1.5em]lm.north)
{{
\scriptsize
{
目标语单语数据
}}}
;
\node
[datanode,anchor=north west] (bitext) at (0,0)
{{
\scriptsize
{
训练用双语数据
}}}
;
\node
[modelnode,anchor=north] (phrase) at ([yshift=-1.5em]bitext.south)
{{
\scriptsize
{
短语抽取及打分
}}}
;
\node
[modelnode,anchor=west] (reorder) at ([xshift=1.5em]phrase.east)
{{
\scriptsize
{
调序建模
}}}
;
\node
[modelnode,anchor=west] (lm) at ([xshift=1.5em]reorder.east)
{{
\scriptsize
{
语言建模
}}}
;
\node
[datanode,anchor=south] (monotext) at ([yshift=1.5em]lm.north)
{{
\scriptsize
{
目标语单语数据
}}}
;
\node
[datanode,
draw,
anchor=north] (phrasetable) at ([yshift=-1.5em]phrase.south)
{{
\scriptsize
{
短语表
}}}
;
\node
[datanode,
draw,
anchor=north] (reordertable) at ([yshift=-1.5em]reorder.south)
{{
\scriptsize
{
调序模型
}}}
;
\node
[datanode,
draw,
anchor=north] (lmtable) at ([yshift=-1.5em]lm.south)
{{
\scriptsize
{
语言模型
}}}
;
\node
[datanode,anchor=north] (phrasetable) at ([yshift=-1.5em]phrase.south)
{{
\scriptsize
{
短语表
}}}
;
\node
[datanode,anchor=north] (reordertable) at ([yshift=-1.5em]reorder.south)
{{
\scriptsize
{
调序模型
}}}
;
\node
[datanode,anchor=north] (lmtable) at ([yshift=-1.5em]lm.south)
{{
\scriptsize
{
语言模型
}}}
;
\node
[decodingnode,
draw,
anchor=north] (decoding) at ([yshift=-2em]reordertable.south)
{{
\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] (bitext.south east) -- ([yshift=0.1em]reorder.north west);
...
...
Book/Chapter4/Figures/processing-of-hierarchical-phrase-system.tex
查看文件 @
5735b8f0
...
...
@@ -4,9 +4,9 @@
\begin{tikzpicture}
\begin{scope}
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=blue!20,
draw,rounded corners=0.7
em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=red!20,
draw,rounded corners=0.2
em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=green!20,
draw,rounded corners=0.2
em];
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=blue!20,
rounded corners=0.3
em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=red!20,
rounded corners=0.3
em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=green!20,
rounded corners=0.3
em];
\node
[datanode,anchor=north west] (bitext) at (0,0)
{{
\scriptsize
{
训练用双语数据
}}}
;
\node
[modelnode, anchor=north west] (gi) at ([xshift=2em,yshift=-0.2em]bitext.south east)
{{
\scriptsize
{
文法(规则)抽取
}}}
;
...
...
Book/Chapter4/Figures/tree-fragment-to-string-mapping.tex
查看文件 @
5735b8f0
...
...
@@ -12,10 +12,14 @@
\path
[draw, ->, thick] ([xshift=1em]sn3.east) -- ([xshift=2.5em]sn3.east);
\node
[anchor=west] (tw1) at ([xshift=3.5em]sn3.east)
{
increases
}
;
\node
[anchor=west] (tw2) at ([xshift=0.3em]tw1.east)
{
NN
}
;
\node
[anchor=west
,fill=red!20
] (tw2) at ([xshift=0.3em]tw1.east)
{
NN
}
;
\draw
[dotted,thick]
([yshift=-0.1em]sn3.south)..controls +(south:1.2) and +(south: 1.2)..([yshift=-0.1em]tw2.south);
\begin{pgfonlayer}
{
background
}
\node
[rectangle,inner sep=0em,fill=red!20] [fit = (sn3)] (nn1)
{}
;
\end{pgfonlayer}
\end{scope}
\end{tikzpicture}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论