Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mtbookv2
概览
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
mtbookv2
Commits
3bbe6d81
Commit
3bbe6d81
authored
Jan 11, 2021
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording (sec 1)
parent
be8fc606
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
37 行增加
和
37 行删除
+37
-37
Chapter1/Figures/figure-comparison-between-interlingua-based-and-transfer-based-translation.tex
+8
-8
Chapter1/Figures/figure-example-nmt.tex
+1
-1
Chapter1/Figures/figure-example-of-source-structure.tex
+1
-1
Chapter1/Figures/figure-example-rbmt.tex
+1
-1
Chapter1/Figures/figure-example-smt.tex
+4
-4
Chapter1/Figures/figure-four-levels-of-rbmt.tex
+5
-5
Chapter1/Figures/figure-process-of-rule-based-translation.tex
+6
-6
Chapter1/Figures/figure-results-zh-to-en-news-field-translation.tex
+8
-8
Chapter1/Figures/figure-zh-sentences-into-en-sentences.tex
+2
-2
Chapter1/chapter1.tex
+1
-1
没有找到文件。
Chapter1/Figures/figure-comparison-between-interlingua-based-and-transfer-based-translation.tex
查看文件 @
3bbe6d81
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
datanode
}
= [minimum width=5em,minimum height=1.7em,fill=red!20,rounded corners=0.3em];
\tikzstyle
{
datanode
}
= [minimum width=5em,minimum height=1.7em,
draw,thick,
fill=red!20,rounded corners=0.3em];
\tikzstyle
{
modelnode
}
= [minimum width=5em,minimum height=1.7em,fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
modelnode
}
= [minimum width=5em,minimum height=1.7em,
draw,thick,
fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
decodingnode
}
= [minimum width=5em,minimum height=1.7em,fill=green!20,rounded corners=0.3em];
\tikzstyle
{
decodingnode
}
= [minimum width=5em,minimum height=1.7em,
draw,thick,
fill=green!20,rounded corners=0.3em];
\node
[datanode,anchor=north west] (s1) at (0,0)
{{
\small
{
语言1
}}}
;
\node
[datanode,anchor=north west] (s1) at (0,0)
{{
\small
{
语言1
}}}
;
\node
[datanode,anchor=north] (s2) at ([yshift=-4.5em]s1.south)
{{
\small
{
语言3
}}}
;
\node
[datanode,anchor=north] (s2) at ([yshift=-4.5em]s1.south)
{{
\small
{
语言3
}}}
;
\node
[datanode,anchor=west] (s3) at ([xshift=4.5em]s1.east)
{{
\small
{
语言2
}}}
;
\node
[datanode,anchor=west] (s3) at ([xshift=4.5em]s1.east)
{{
\small
{
语言2
}}}
;
\node
[datanode,anchor=north] (s4) at ([yshift=-4.5em]s3.south)
{{
\small
{
语言4
}}}
;
\node
[datanode,anchor=north] (s4) at ([yshift=-4.5em]s3.south)
{{
\small
{
语言4
}}}
;
\node
[circle,
anchor=north west,inner sep=2pt,fill=blue!2
0] (m1) at ([xshift=0.8em,yshift=-0.5em]s1.south east)
{{
\small
{
中间语言
}}}
;
\node
[circle,
draw,thick,anchor=north west,inner sep=2pt,fill=blue!3
0] (m1) at ([xshift=0.8em,yshift=-0.5em]s1.south east)
{{
\small
{
中间语言
}}}
;
\draw
[<->,very thick] (s1.south) -- (m1.170);
\draw
[<->,very thick] (s1.south) -- (m1.170);
\draw
[<->,very thick] (s2.north) -- (m1.190);
\draw
[<->,very thick] (s2.north) -- (m1.190);
...
@@ -24,11 +24,11 @@
...
@@ -24,11 +24,11 @@
\end{scope}
\end{scope}
\begin{scope}
[xshift=
16
em]
\begin{scope}
[xshift=
21
em]
\tikzstyle
{
datanode
}
= [minimum width=5em,minimum height=1.7em,fill=red!20,rounded corners=0.3em];
\tikzstyle
{
datanode
}
= [minimum width=5em,minimum height=1.7em,
draw,thick,
fill=red!20,rounded corners=0.3em];
\tikzstyle
{
modelnode
}
= [minimum width=5em,minimum height=1.7em,fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
modelnode
}
= [minimum width=5em,minimum height=1.7em,
draw,thick,
fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
decodingnode
}
= [minimum width=5em,minimum height=1.7em,fill=green!20,rounded corners=0.3em];
\tikzstyle
{
decodingnode
}
= [minimum width=5em,minimum height=1.7em,
draw,thick,
fill=green!20,rounded corners=0.3em];
\node
[datanode,anchor=north west] (s1) at (0,0)
{{
\small
{
语言1
}}}
;
\node
[datanode,anchor=north west] (s1) at (0,0)
{{
\small
{
语言1
}}}
;
\node
[datanode,anchor=north] (s2) at ([yshift=-4.5em]s1.south)
{{
\small
{
语言3
}}}
;
\node
[datanode,anchor=north] (s2) at ([yshift=-4.5em]s1.south)
{{
\small
{
语言3
}}}
;
...
...
Chapter1/Figures/figure-example-nmt.tex
查看文件 @
3bbe6d81
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[draw,
thin,
minimum width=11em,align=left,rounded corners=1pt,fill=red!5,drop shadow]
[fit = (outputnode) (word01) (word02) ] (netbox)
{}
;
\node
[draw,minimum width=11em,align=left,rounded corners=1pt,fill=red!5,drop shadow]
[fit = (outputnode) (word01) (word02) ] (netbox)
{}
;
\node
[rectangle,draw,thin,inner sep=3pt,rounded corners=1pt]
[fit = (neuron01) (neuron02) (neuron03) (neuron04)] (layer1)
{}
;
\node
[rectangle,draw,thin,inner sep=3pt,rounded corners=1pt]
[fit = (neuron01) (neuron02) (neuron03) (neuron04)] (layer1)
{}
;
\node
[rectangle,draw,thin,inner sep=3pt,rounded corners=1pt]
[fit = (neuron11) (neuron12) (neuron13) (neuron14)] (layer2)
{}
;
\node
[rectangle,draw,thin,inner sep=3pt,rounded corners=1pt]
[fit = (neuron11) (neuron12) (neuron13) (neuron14)] (layer2)
{}
;
\node
[rectangle,draw,thin,inner sep=3pt,rounded corners=1pt]
[fit = (neuron21) (neuron22) (neuron23) (neuron24) (neuron25)] (layer3)
{}
;
\node
[rectangle,draw,thin,inner sep=3pt,rounded corners=1pt]
[fit = (neuron21) (neuron22) (neuron23) (neuron24) (neuron25)] (layer3)
{}
;
...
...
Chapter1/Figures/figure-example-of-source-structure.tex
查看文件 @
3bbe6d81
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
%%% 句法树(层次短语)
%%% 句法树(层次短语)
\begin{tikzpicture}
\begin{tikzpicture}
{
\small
{
\small
\begin{scope}
[sibling distance=25pt, level distance = 2
0
pt]
\begin{scope}
[sibling distance=25pt, level distance = 2
5
pt]
{
\scriptsize
{
\scriptsize
\Tree
[.
\node
(r)
{
IP
}
;
\Tree
[.
\node
(r)
{
IP
}
;
[.
\node
(n11)
{
NP
}
; [.
\node
(n21)
{
PN
}
; [.
\node
(l1)
{
她
}
;]]]
[.
\node
(n11)
{
NP
}
; [.
\node
(n21)
{
PN
}
; [.
\node
(l1)
{
她
}
;]]]
...
...
Chapter1/Figures/figure-example-rbmt.tex
查看文件 @
3bbe6d81
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (rule1) (rule2) (rule3) (rule3part2) (rule4) (rule4part2) (rule5) (rule5part2) (rule6) (rule6part2) (rulebaselabel)]
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (rule1) (rule2) (rule3) (rule3part2) (rule4) (rule4part2) (rule5) (rule5part2) (rule6) (rule6part2) (rulebaselabel)]
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
}
}
...
...
Chapter1/Figures/figure-example-smt.tex
查看文件 @
3bbe6d81
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (example1) (example1part2) (example2) (example2part2) (example3) (example3part2) (example4) (bidatalabel)(example6)] (bidata)
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (example1) (example1part2) (example2) (example2part2) (example3) (example3part2) (example4) (bidatalabel)(example6)] (bidata)
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (entry1) (entry2) (entry3) (entry4) (entry5)(entry6)(monodatalabel)] (monodata)
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (entry1) (entry2) (entry3) (entry4) (entry5)(entry6)(monodatalabel)] (monodata)
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (phrase1) (phrase2) (phrase3) (phrase4) (phrase4part2) (phrase5) (phrase5part2) (phrase6)(phrase7) (phrasetablelabel)] (phrasetable)
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (phrase1) (phrase2) (phrase3) (phrase4) (phrase4part2) (phrase5) (phrase5part2) (phrase6)(phrase7) (phrasetablelabel)] (phrasetable)
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (ngram1) (ngram2) (ngram3) (ngram4) (lmlabel) (ngrame)] (langaugemodel)
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (ngram1) (ngram2) (ngram3) (ngram4) (lmlabel) (ngrame)] (langaugemodel)
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
...
...
Chapter1/Figures/figure-four-levels-of-rbmt.tex
查看文件 @
3bbe6d81
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
node1
}
= [minimum width=7em,minimum height=1.7em,fill=red!20,rounded corners=0.3em];
\tikzstyle
{
node1
}
= [minimum width=7em,minimum height=1.7em,
draw,thick,
fill=red!20,rounded corners=0.3em];
\tikzstyle
{
node2
}
= [minimum width=7em,minimum height=2.5em,fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
node2
}
= [minimum width=7em,minimum height=2.5em,
draw,thick,
fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
node3
}
= [minimum width=7em,minimum height=2.5em,fill=green!20,rounded corners=0.3em];
\tikzstyle
{
node3
}
= [minimum width=7em,minimum height=2.5em,
draw,thick,
fill=green!20,rounded corners=0.3em];
\tikzstyle
{
node4
}
= [minimum width=7em,minimum height=1.7em,fill=orange!20,rounded corners=0.3em];
\tikzstyle
{
node4
}
= [minimum width=7em,minimum height=1.7em,
draw,thick,
fill=orange!20,rounded corners=0.3em];
\tikzstyle
{
node5
}
= [minimum width=4.5em,minimum height=1.7em,dashed];
\tikzstyle
{
node5
}
= [minimum width=4.5em,minimum height=1.7em,
thick,
dashed];
\node
[node1,anchor=south west] (s1) at (0,0)
{{
\small
{
源语言词串
}}}
;
\node
[node1,anchor=south west] (s1) at (0,0)
{{
\small
{
源语言词串
}}}
;
\node
[node2,anchor=south] (s2) at ([xshift=2.5em,yshift=2em]s1.north)
{}
;
\node
[node2,anchor=south] (s2) at ([xshift=2.5em,yshift=2em]s1.north)
{}
;
...
...
Chapter1/Figures/figure-process-of-rule-based-translation.tex
查看文件 @
3bbe6d81
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,fill=red!20,rounded corners=0.3em];
\tikzstyle
{
datanode
}
= [minimum width=7em,minimum height=1.7em,
thick,draw,
fill=red!20,rounded corners=0.3em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
modelnode
}
= [minimum width=7em,minimum height=1.7em,
thick,draw,
fill=blue!20,rounded corners=0.3em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,fill=green!20,rounded corners=0.3em];
\tikzstyle
{
decodingnode
}
= [minimum width=7em,minimum height=1.7em,
thick,draw,
fill=green!20,rounded corners=0.3em];
\node
[datanode,anchor=north west,minimum height=1.7em,minimum width=8em] (s1) at (0,0)
{{
\small
{
源文句子
}}}
;
\node
[datanode,anchor=north west,minimum height=1.7em,minimum width=8em] (s1) at (0,0)
{{
\small
{
源文句子
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (s2) at ([yshift=-1.5em]s1.south)
{{
\small
{
源语词法分析
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (s2) at ([yshift=-1.5em]s1.south)
{{
\small
{
源语词法分析
}}}
;
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (s4) at ([yshift=-1.5em]s3.south)
{{
\small
{
源语句法分析
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (s4) at ([yshift=-1.5em]s3.south)
{{
\small
{
源语句法分析
}}}
;
\node
[datanode,anchor=north,minimum height=1.7em,minimum width=8em] (s5) at ([yshift=-1.5em]s4.south)
{{
\small
{
源文结构
}}}
;
\node
[datanode,anchor=north,minimum height=1.7em,minimum width=8em] (s5) at ([yshift=-1.5em]s4.south)
{{
\small
{
源文结构
}}}
;
\node
[datanode,anchor=west,minimum height=1.7em,minimum width=8em] (t1) at ([xshift=
14
em]s1.east)
{{
\small
{
译文句子
}}}
;
\node
[datanode,anchor=west,minimum height=1.7em,minimum width=8em] (t1) at ([xshift=
20
em]s1.east)
{{
\small
{
译文句子
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (t2) at ([yshift=-1.5em]t1.south)
{{
\small
{
目标语词法生成
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (t2) at ([yshift=-1.5em]t1.south)
{{
\small
{
目标语词法生成
}}}
;
\node
[datanode,anchor=north,minimum height=1.7em,minimum width=8em] (t3) at ([yshift=-1.5em]t2.south)
{{
\small
{
译文词串
}}}
;
\node
[datanode,anchor=north,minimum height=1.7em,minimum width=8em] (t3) at ([yshift=-1.5em]t2.south)
{{
\small
{
译文词串
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (t4) at ([yshift=-1.5em]t3.south)
{{
\small
{
目标语句法生成
}}}
;
\node
[modelnode,anchor=north,minimum height=1.7em,minimum width=8em] (t4) at ([yshift=-1.5em]t3.south)
{{
\small
{
目标语句法生成
}}}
;
\node
[datanode,anchor=north,minimum height=1.7em,minimum width=8em] (t5) at ([yshift=-1.5em]t4.south)
{{
\small
{
译文结构
}}}
;
\node
[datanode,anchor=north,minimum height=1.7em,minimum width=8em] (t5) at ([yshift=-1.5em]t4.south)
{{
\small
{
译文结构
}}}
;
\node
[decodingnode,anchor=west,minimum height=1.7em,minimum width=
8em] (st1) at ([xshift=2
.5em,yshift=0.85em]s5.east)
{{
\small
{
源语-目标语词汇转换
}}}
;
\node
[decodingnode,anchor=west,minimum height=1.7em,minimum width=
13em,inner sep=3pt] (st1) at ([xshift=3
.5em,yshift=0.85em]s5.east)
{{
\small
{
源语-目标语词汇转换
}}}
;
\node
[decodingnode,anchor=north,minimum height=1.7em,minimum width=
8em
] (st2) at ([yshift=0.05em]st1.south)
{{
\small
{
源语-目标语结构转换
}}}
;
\node
[decodingnode,anchor=north,minimum height=1.7em,minimum width=
13em,inner sep=3pt
] (st2) at ([yshift=0.05em]st1.south)
{{
\small
{
源语-目标语结构转换
}}}
;
\draw
[->,very thick] (s1.south) -- (s2.north);
\draw
[->,very thick] (s1.south) -- (s2.north);
\draw
[->,very thick] (s2.south) -- (s3.north);
\draw
[->,very thick] (s2.south) -- (s3.north);
...
...
Chapter1/Figures/figure-results-zh-to-en-news-field-translation.tex
查看文件 @
3bbe6d81
...
@@ -8,22 +8,22 @@
...
@@ -8,22 +8,22 @@
{
{
\begin{tikzpicture}
\begin{tikzpicture}
\node
[anchor=south west, fill=blue!
5
0, minimum width=1.1cm, minimum height=2.3cm] (mt) at (1,0)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
机器
}}}}
;
\node
[anchor=south west, fill=blue!
7
0, minimum width=1.1cm, minimum height=2.3cm] (mt) at (1,0)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
机器
}}}}
;
\node
[anchor=south west, fill=red!
5
0, minimum width=1.1cm, minimum height=2.7cm] (human) at ([xshift=0.5cm]mt.south east)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
人
}}}}
;
\node
[anchor=south west, fill=red!
7
0, minimum width=1.1cm, minimum height=2.7cm] (human) at ([xshift=0.5cm]mt.south east)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
人
}}}}
;
\node
[anchor=south] (mtscore) at (mt.north)
{
3.9
}
;
\node
[anchor=south] (mtscore) at (mt.north)
{
3.9
}
;
\node
[anchor=south] (humanscore) at (human.north)
{
4.7
}
;
\node
[anchor=south] (humanscore) at (human.north)
{
4.7
}
;
\draw
[->,thick] ([xshift=-0.5cm]mt.south west) -- ([xshift=0.5cm]human.south east);
\draw
[->,
very
thick] ([xshift=-0.5cm]mt.south west) -- ([xshift=0.5cm]human.south east);
\draw
[->,thick] ([xshift=-0.5cm]mt.south west) -- ([xshift=-0.5cm,yshift=3.2cm]mt.south west);
\draw
[->,
very
thick] ([xshift=-0.5cm]mt.south west) -- ([xshift=-0.5cm,yshift=3.2cm]mt.south west);
\node
[anchor=north west] (x1) at ([xshift=0.0cm]human.south east)
{
\footnotesize
{
评价对象
}}
;
\node
[anchor=north west] (x1) at ([xshift=0.0cm]human.south east)
{
\footnotesize
{
评价对象
}}
;
\node
[anchor=north east] (y1) at ([xshift=-0.5cm,yshift=3.2cm]mt.south west)
{
\footnotesize
{
打分
}}
;
\node
[anchor=north east] (y1) at ([xshift=-0.5cm,yshift=3.2cm]mt.south west)
{
\footnotesize
{
打分
}}
;
\node
[anchor=north] (y2) at ([yshift=-0cm]y1.south)
{
\footnotesize
{
(分)
}}
;
\node
[anchor=north] (y2) at ([yshift=-0cm]y1.south)
{
\footnotesize
{
(分)
}}
;
\node
[anchor=south west, fill=blue!
50, minimum width=1.1cm, minimum height=1.5cm] (mt1) at ([xshift=13
.0em,yshift=-3.0em]mt.east)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
机器
}}}}
;
\node
[anchor=south west, fill=blue!
70, minimum width=1.1cm, minimum height=1.5cm] (mt1) at ([xshift=16
.0em,yshift=-3.0em]mt.east)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
机器
}}}}
;
\node
[anchor=south west, fill=red!
5
0, minimum width=1.1cm, minimum height=2.7cm] (human1) at ([xshift=0.5cm]mt1.south east)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
人
}}}}
;
\node
[anchor=south west, fill=red!
7
0, minimum width=1.1cm, minimum height=2.7cm] (human1) at ([xshift=0.5cm]mt1.south east)
{{
\color
{
white
}
{
\small\sffamily\bfseries
{
人
}}}}
;
\node
[anchor=south] (mtscore1) at (mt1.north)
{
47
}
;
\node
[anchor=south] (mtscore1) at (mt1.north)
{
47
}
;
\node
[anchor=south] (humanscore1) at (human1.north)
{
100
}
;
\node
[anchor=south] (humanscore1) at (human1.north)
{
100
}
;
\draw
[->,thick] ([xshift=-0.5cm]mt1.south west) -- ([xshift=0.5cm]human1.south east);
\draw
[->,
very
thick] ([xshift=-0.5cm]mt1.south west) -- ([xshift=0.5cm]human1.south east);
\draw
[->,thick] ([xshift=-0.5cm]mt1.south west) -- ([xshift=-0.5cm,yshift=3.2cm]mt1.south west);
\draw
[->,
very
thick] ([xshift=-0.5cm]mt1.south west) -- ([xshift=-0.5cm,yshift=3.2cm]mt1.south west);
\node
[anchor=north west] (x1) at ([xshift=0.0cm]human1.south east)
{
\footnotesize
{
评价对象
}}
;
\node
[anchor=north west] (x1) at ([xshift=0.0cm]human1.south east)
{
\footnotesize
{
评价对象
}}
;
\node
[anchor=north east] (y1) at ([xshift=-0.5cm,yshift=3.2cm]mt1.south west)
{
\footnotesize
{
打分
}}
;
\node
[anchor=north east] (y1) at ([xshift=-0.5cm,yshift=3.2cm]mt1.south west)
{
\footnotesize
{
打分
}}
;
\node
[anchor=north] (y2) at ([yshift=-0cm]y1.south)
{
\footnotesize
{
(分)
}}
;
\node
[anchor=north] (y2) at ([yshift=-0cm]y1.south)
{
\footnotesize
{
(分)
}}
;
...
...
Chapter1/Figures/figure-zh-sentences-into-en-sentences.tex
查看文件 @
3bbe6d81
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (example1) (example1part2) (example2) (example2part2) (example3) (examplebaselabel)]
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (example1) (example1part2) (example2) (example2part2) (example3) (examplebaselabel)]
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
{
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (entry1) (entry2) (entry3) (entry4) (dictionarylabel)]
{}
;
\node
[rectangle,draw=ublue,
thick,
inner sep=0mm]
[fit = (entry1) (entry2) (entry3) (entry4) (dictionarylabel)]
{}
;
}
}
\end{pgfonlayer}
\end{pgfonlayer}
...
...
Chapter1/chapter1.tex
查看文件 @
3bbe6d81
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
%----------------------------------------------
%----------------------------------------------
\begin{figure}
[htp]
\begin{figure}
[htp]
\centering
\centering
\includegraphics
[scale=0.2]
{
./Chapter1/Figures/figure-zh
_
en-example.png
}
\includegraphics
[scale=0.2
5
]
{
./Chapter1/Figures/figure-zh
_
en-example.png
}
\caption
{
通过计算机将汉语翻译为英语
}
\caption
{
通过计算机将汉语翻译为英语
}
\label
{
fig:1-1
}
\label
{
fig:1-1
}
\end{figure}
\end{figure}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论