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
65f35d37
Commit
65f35d37
authored
May 06, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'caorunzhe' 到 'master'
Caorunzhe 查看合并请求
!58
parents
cd4a2062
220830d5
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
5 行删除
+8
-5
Book/Chapter7/Figures/figure-construction-steps-of-MT-system.tex
+2
-2
Book/Chapter7/Figures/figure-mt-data-processing-flow.tex
+6
-3
没有找到文件。
Book/Chapter7/Figures/figure-construction-steps-of-MT-system.tex
查看文件 @
65f35d37
...
...
@@ -21,8 +21,8 @@
{
\footnotesize
\node
[anchor=west] (n11) at ([xshift=-13em,yshift=2em]n1.west)
{
对训练和测试数据进行
}
;
\node
[anchor=west] (n12) at ([xshift=0em,yshift=-1.5em]n11.west)
{
处理,包括:数据清洗、
}
;
\node
[anchor=west] (n13) at ([xshift=0em,yshift=-1.5em]n12.west)
{
翻译单元(字词)切分、
}
;
\node
[anchor=west] (n14) at ([xshift=0em,yshift=-1.5em]n13.west)
{
译文后处理
等
}
;
\node
[anchor=west] (n13) at ([xshift=0em,yshift=-1.5em]n12.west)
{
子词切分、译文后处理
}
;
\node
[anchor=west] (n14) at ([xshift=0em,yshift=-1.5em]n13.west)
{
等
}
;
\node
[anchor=west] (n31) at ([xshift=2em,yshift=0em]n3.north east)
{
神经网络模型设计,包括
}
;
...
...
Book/Chapter7/Figures/figure-mt-data-processing-flow.tex
查看文件 @
65f35d37
\begin{tikzpicture}
\tikzstyle
{
op
}
=[rounded corners=1pt,thick,minimum width=4.0em,minimum height=3.0em,draw,fill=red!5!white,font=
\scriptsize
]
\tikzstyle
{
data
}
= [cylinder,draw=black,thick,minimum height=
3
em,minimum width=3em,shape border rotate=0,cylinder uses custom fill, cylinder body fill=blue!10,cylinder end fill=blue!5,anchor = east,font=
\scriptsize
]
\tikzstyle
{
data
}
= [cylinder,draw=black,thick,minimum height=
2.5
em,minimum width=3em,shape border rotate=0,cylinder uses custom fill, cylinder body fill=blue!10,cylinder end fill=blue!5,anchor = east,font=
\scriptsize
]
\node
[op]
(node1) at (0,0)
{
分词
}
;
\node
[op,anchor = west]
(node2) at ([xshift = 2.0em]node1.east)
{
符号标准化
}
;
\node
[op,anchor = west]
(node3) at ([xshift = 2.0em]node2.east)
{
数据过滤
}
;
\node
[op,anchor = west]
(node4) at ([xshift = 2.0em]node3.east)
{
子词切分
}
;
\node
[data,anchor = east] (data1) at ([xshift = -2.0em]node1.west)
{
原始数据
}
;
\node
[data,anchor = west] (data2) at ([xshift = 2.0em]node
3
.east)
{
训练数据
}
;
\node
[data,anchor = west] (data2) at ([xshift = 2.0em]node
4
.east)
{
训练数据
}
;
\draw
[-stealth,line width=.05cm]
([xshift=0.25em]data1.east) -- ([xshift=-0.25em]node1.west);
\draw
[-stealth,line width=.05cm]
([xshift=0.25em]node1.east) -- ([xshift=-0.25em]node2.west);
\draw
[-stealth,line width=.05cm]
([xshift=0.25em]node2.east) -- ([xshift=-0.25em]node3.west);
\draw
[-stealth,line width=.05cm]
([xshift=0.25em]node3.east) -- ([xshift=-0.25em]data2.west);
\draw
[-stealth,line width=.05cm]
([xshift=0.25em]node3.east) -- ([xshift=-0.25em]node4.west);
\draw
[-stealth,line width=.05cm]
([xshift=0.25em]node4.east) -- ([xshift=-0.25em]data2.west);
\end{tikzpicture}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论