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
c0472484
Commit
c0472484
authored
Sep 18, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'caorunzhe' 到 'master'
Caorunzhe 查看合并请求
!218
parents
fd26a251
bc2be173
全部展开
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
87 行增加
和
102 行删除
+87
-102
Chapter2/chapter2.tex
+0
-0
Chapter3/chapter3.tex
+1
-1
Chapter4/Figures/The process of statistical hypothesis testing.tex
+21
-0
Chapter4/Figures/absolute-match-word-alignment-1.tex
+9
-15
Chapter4/Figures/absolute-match-word-alignment-2.tex
+9
-14
Chapter4/Figures/determine-final-word-alignment.tex
+10
-15
Chapter4/Figures/match-words-with-stem.tex
+19
-28
Chapter4/Figures/schematic-diagram-of-word-level-quality-assessment-task.tex
+0
-0
Chapter4/Figures/synonym-matching-word-alignment.tex
+18
-29
Chapter4/chapter4.tex
+0
-0
bibliography.bib
+0
-0
没有找到文件。
Chapter2/chapter2.tex
查看文件 @
c0472484
差异被折叠。
点击展开。
Chapter3/chapter3.tex
查看文件 @
c0472484
...
...
@@ -213,7 +213,7 @@ $计算这种切分的概率值。
\parinterval
以“确实现在数据很多”这个实例来说,如果把这句话按照“确实/现在/数据/很/多”这样的方式进行切分,这个句子切分的概率
$
\funp
{
P
}$
(确实/现在/数据/很/多) 可以通过每个词出现概率相乘的方式进行计算。
\begin{eqnarray}
&
\funp
{
P
}&
\textrm
{
(确实/现在/数据/很/多)
}
\nonumber
\\
&
\funp
&{
P
}
\textrm
{
(确实/现在/数据/很/多)
}
\nonumber
\\
&
=
&
\funp
{
P
}
\textrm
{
(确实)
}
\cdot
\funp
{
P
}
\textrm
{
(现在)
}
\cdot
\funp
{
P
}
\textrm
{
(数据)
}
\cdot
\funp
{
P
}
\textrm
{
(很)
}
\cdot
\funp
{
P
}
\textrm
{
(多)
}
\label
{
eq:3.2-1
}
\end{eqnarray}
...
...
Chapter4/Figures/The process of statistical hypothesis testing.tex
0 → 100644
查看文件 @
c0472484
\usetikzlibrary
{
shapes.geometric
}
\begin{tikzpicture}
\node
[font=\footnotesize]
(overall) at (0,0)
{
\small\bfnew
{
总
\ \ \ \
体
}}
;
\node
[anchor=north,font=\footnotesize]
(hypo) at ([yshift=-3em]overall.south)
{
某种假设
}
;
\coordinate
(A) at ([yshift=-3.5em,xshift=-1.6em]overall);
\coordinate
(B) at ([yshift=0.3em,xshift=0.3em]A);
\draw
[]
(B) .. controls +(east:1.3em) and +(west:0.3em) .. ([xshift=1.5em,yshift=2em]B) .. controls +(east:0.3em) and +(west:1.3em) .. ([xshift=3em]B);
\draw
[<->]
([yshift=2.4em]A) -- (A) -- ([xshift=3.7em]A);
\begin{pgfonlayer}
{
background
}
\node
[draw,thick,rectangle,inner sep=0.5em,rounded corners=2pt,fill=red!15,drop shadow] [fit = (overall)(hypo)] (box1)
{}
;
\end{pgfonlayer}
\node
[draw,fill=yellow!15,thick,anchor=west,font=\footnotesize,align=center,drop shadow]
(sample) at ([xshift=4em]box1.east)
{
样本
\\
观察结果
}
;
\node
[anchor=west,draw,diamond,fill=ugreen!15,drop shadow,aspect=2,font=\scriptsize,align=center,inner sep=1pt,thick]
(judge) at ([xshift=3em]sample.east)
{
小概率事件
\\
发生?
}
;
\node
[draw,fill=blue!10,thick,drop shadow,anchor=west,font=\footnotesize,align=center,thick]
(refuse) at ([xshift=6em]judge.north)
{
拒绝原假设
}
;
\node
[draw,fill=blue!10,thick,drop shadow,anchor=west,font=\footnotesize,align=center,thick]
(accept) at ([xshift=6em]judge.south)
{
接受原假设
}
;
\draw
[->,thick]
(box1.east) -- node[above,font=
\scriptsize
]
{
抽样
}
(sample.west);
\draw
[->,thick]
(sample.east) -- node[above,font=
\scriptsize
]
{
检验
}
(judge.west);
\draw
[->,thick]
(judge.north) -- node[above,font=
\scriptsize
]
{
是
}
(refuse.west);
\draw
[->,thick]
(judge.south) -- node[below,font=
\scriptsize
]
{
否
}
(accept.west);
\end{tikzpicture}
Chapter4/Figures/absolute-match-word-alignment-1.tex
查看文件 @
c0472484
\begin{tikzpicture}
[scale=0.5]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
30
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
30
]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
15
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
15
]
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n12) at ([xshift=0.0em]n11.east)
{
Can
}
;
\node
[cand,anchor=west]
(n13) at ([xshift=1em]n12.east)
{
I
}
;
\node
[cand,anchor=west]
(n14) at ([xshift=1em]n13.east)
{
have
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
this
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
it
}
;
\node
[cand,anchor=west]
(n16) at ([xshift=1em]n15.east)
{
like
}
;
\node
[cand,anchor=west]
(n17) at ([xshift=1em]n16.east)
{
he
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
do
}
;
\node
[cand,anchor=west]
(n19) at ([xshift=1em]n18.east)
{
it
}
;
\node
[cand,anchor=west]
(n20) at ([xshift=1em]n19.east)
{
?
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
\bfnew
{
Reference :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n22) at ([xshift=0.0em]n21.east)
{
Can
}
;
\node
[ref,anchor=west]
(n23) at ([xshift=1em]n22.east)
{
I
}
;
\node
[ref,anchor=west]
(n24) at ([xshift=1em]n23.east)
{
eat
}
;
\node
[ref,anchor=west]
(n25) at ([xshift=1em]n24.east)
{
this
}
;
\node
[ref,anchor=west]
(n26) at ([xshift=1em]n25.east)
{
Can
}
;
\node
[ref,anchor=west]
(n27) at ([xshift=1em]n26.east)
{
like
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
he
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
did
}
;
\node
[ref,anchor=west]
(n60) at ([xshift=1em]n29.east)
{
?
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
him
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
?
}
;
\draw
[line width=1.6pt,blue!40]
(n12.south) -- (n22.north);
\draw
[line width=1.6pt,blue!40]
(n13.south) -- (n23.north);
\draw
[line width=1.6pt,blue!40]
(n15.south) -- (n25.north);
\draw
[line width=1.6pt,blue!40]
(n16.south) -- (n27.north);
\draw
[line width=1.6pt,blue!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,blue!40]
(n20.south) -- (n60.north);
\draw
[line width=1.6pt,blue!40]
(n18.south) -- (n29.north);
\end{tikzpicture}
Chapter4/Figures/absolute-match-word-alignment-2.tex
查看文件 @
c0472484
\begin{tikzpicture}
[scale=0.5]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
30
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
30
]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
15
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
15
]
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n12) at ([xshift=0.0em]n11.east)
{
Can
}
;
\node
[cand,anchor=west]
(n13) at ([xshift=1em]n12.east)
{
I
}
;
\node
[cand,anchor=west]
(n14) at ([xshift=1em]n13.east)
{
have
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
this
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
it
}
;
\node
[cand,anchor=west]
(n16) at ([xshift=1em]n15.east)
{
like
}
;
\node
[cand,anchor=west]
(n17) at ([xshift=1em]n16.east)
{
he
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
do
}
;
\node
[cand,anchor=west]
(n19) at ([xshift=1em]n18.east)
{
it
}
;
\node
[cand,anchor=west]
(n20) at ([xshift=1em]n19.east)
{
?
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small\bfnew
{
Reference :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n22) at ([xshift=0.0em]n21.east)
{
Can
}
;
\node
[ref,anchor=west]
(n23) at ([xshift=1em]n22.east)
{
I
}
;
\node
[ref,anchor=west]
(n24) at ([xshift=1em]n23.east)
{
eat
}
;
\node
[ref,anchor=west]
(n25) at ([xshift=1em]n24.east)
{
this
}
;
\node
[ref,anchor=west]
(n26) at ([xshift=1em]n25.east)
{
Can
}
;
\node
[ref,anchor=west]
(n27) at ([xshift=1em]n26.east)
{
like
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
he
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
did
}
;
\node
[ref,anchor=west]
(n30) at ([xshift=1em]n29.east)
{
?
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
him
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
?
}
;
\draw
[line width=1.6pt,blue!40]
(n12.south) -- (n26.north);
\draw
[line width=1.6pt,blue!40]
(n13.south) -- (n23.north);
\draw
[line width=1.6pt,blue!40]
(n15.south) -- (n25.north);
\draw
[line width=1.6pt,blue!40]
(n16.south) -- (n27.north);
\draw
[line width=1.6pt,blue!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,blue!40]
(n20.south) -- (n30.north);
\draw
[line width=1.6pt,blue!40]
(n18.south) -- (n29.north);
\end{tikzpicture}
Chapter4/Figures/determine-final-word-alignment.tex
查看文件 @
c0472484
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
\begin{tikzpicture}
[scale=0.5]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
30
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
30
]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
15
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
15
]
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n12) at ([xshift=0.0em]n11.east)
{
Can
}
;
\node
[cand,anchor=west]
(n13) at ([xshift=1em]n12.east)
{
I
}
;
\node
[cand,anchor=west]
(n14) at ([xshift=1em]n13.east)
{
have
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
this
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
it
}
;
\node
[cand,anchor=west]
(n16) at ([xshift=1em]n15.east)
{
like
}
;
\node
[cand,anchor=west]
(n17) at ([xshift=1em]n16.east)
{
he
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
do
}
;
\node
[cand,anchor=west]
(n19) at ([xshift=1em]n18.east)
{
it
}
;
\node
[cand,anchor=west]
(n20) at ([xshift=1em]n19.east)
{
?
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
\bfnew
{
Reference :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n22) at ([xshift=0.0em]n21.east)
{
Can
}
;
\node
[ref,anchor=west]
(n23) at ([xshift=1em]n22.east)
{
I
}
;
\node
[ref,anchor=west]
(n24) at ([xshift=1em]n23.east)
{
eat
}
;
\node
[ref,anchor=west]
(n25) at ([xshift=1em]n24.east)
{
this
}
;
\node
[ref,anchor=west]
(n26) at ([xshift=1em]n25.east)
{
Can
}
;
\node
[ref,anchor=west]
(n27) at ([xshift=1em]n26.east)
{
like
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
he
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
did
}
;
\node
[ref,anchor=west]
(n30) at ([xshift=1em]n29.east)
{
?
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
him
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
?
}
;
\draw
[line width=1.6pt,blue!40]
(n12.south) -- (n22.north);
\draw
[line width=1.6pt,blue!40]
(n13.south) -- (n23.north);
\draw
[line width=1.6pt,blue!40]
(n15.south) -- (n25.north);
\draw
[line width=1.6pt,blue!40]
(n16.south) -- (n27.north);
\draw
[line width=1.6pt,blue!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,blue!40]
(n20.south) -- (n30.north);
\draw
[line width=1.6pt,orange!40]
(n18.south) -- (n29.north);
\draw
[line width=1.6pt,blue!40]
(n18.south) -- (n29.north);
\draw
[line width=1.6pt,orange!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,ugreen!40]
(n14.south) -- (n24.north);
...
...
Chapter4/Figures/match-words-with-stem.tex
查看文件 @
c0472484
\begin{tikzpicture}
[scale=0.5]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
30
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
30
]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
15
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
15
]
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n12) at ([xshift=0.0em]n11.east)
{
Can
}
;
\node
[cand,anchor=west]
(n13) at ([xshift=1em]n12.east)
{
I
}
;
\node
[cand,anchor=west]
(n14) at ([xshift=1em]n13.east)
{
have
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
this
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
it
}
;
\node
[cand,anchor=west]
(n16) at ([xshift=1em]n15.east)
{
like
}
;
\node
[cand,anchor=west]
(n17) at ([xshift=1em]n16.east)
{
he
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
do
}
;
\node
[cand,anchor=west]
(n19) at ([xshift=1em]n18.east)
{
it
}
;
\node
[cand,anchor=west]
(n20) at ([xshift=1em]n19.east)
{
?
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
\bfnew
{
Reference :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n22) at ([xshift=0.0em]n21.east)
{
Can
}
;
\node
[ref,anchor=west]
(n23) at ([xshift=1em]n22.east)
{
I
}
;
\node
[ref,anchor=west]
(n24) at ([xshift=1em]n23.east)
{
eat
}
;
\node
[ref,anchor=west]
(n25) at ([xshift=1em]n24.east)
{
this
}
;
\node
[ref,anchor=west]
(n26) at ([xshift=1em]n25.east)
{
Can
}
;
\node
[ref,anchor=west]
(n27) at ([xshift=1em]n26.east)
{
like
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
he
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
did
}
;
\node
[ref,anchor=west]
(n30) at ([xshift=1em]n29.east)
{
?
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
him
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n31) at ([yshift=-5em]n21.south)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n31) at ([yshift=-5em]n21.south)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n32) at ([xshift=0.0em]n31.east)
{
Can
}
;
\node
[cand,anchor=west]
(n33) at ([xshift=1em]n32.east)
{
I
}
;
\node
[cand,anchor=west]
(n34) at ([xshift=1em]n33.east)
{
have
}
;
\node
[cand,anchor=west]
(n35) at ([xshift=1em]n34.east)
{
this
}
;
\node
[cand,anchor=west]
(n35) at ([xshift=1em]n34.east)
{
it
}
;
\node
[cand,anchor=west]
(n36) at ([xshift=1em]n35.east)
{
like
}
;
\node
[cand,anchor=west]
(n37) at ([xshift=1em]n36.east)
{
he
}
;
\node
[cand,anchor=west]
(n38) at ([xshift=1em]n37.east)
{
do
}
;
\node
[cand,anchor=west]
(n39) at ([xshift=1em]n38.east)
{
it
}
;
\node
[cand,anchor=west]
(n40) at ([xshift=1em]n39.east)
{
?
}
;
\node
[cand,anchor=west]
(n38) at ([xshift=1em]n37.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n41) at ([yshift=-6em]n31.south)
{
\small
\bfnew
{
Reference :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n41) at ([yshift=-6em]n31.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n42) at ([xshift=0.0em]n41.east)
{
Can
}
;
\node
[ref,anchor=west]
(n43) at ([xshift=1em]n42.east)
{
I
}
;
\node
[ref,anchor=west]
(n44) at ([xshift=1em]n43.east)
{
eat
}
;
\node
[ref,anchor=west]
(n45) at ([xshift=1em]n44.east)
{
this
}
;
\node
[ref,anchor=west]
(n46) at ([xshift=1em]n45.east)
{
Can
}
;
\node
[ref,anchor=west]
(n47) at ([xshift=1em]n46.east)
{
like
}
;
\node
[ref,anchor=west]
(n48) at ([xshift=1em]n47.east)
{
he
}
;
\node
[ref,anchor=west]
(n49) at ([xshift=1em]n48.east)
{
did
}
;
\node
[ref,anchor=west]
(n50) at ([xshift=1em]n49.east)
{
?
}
;
\node
[ref,anchor=west]
(n48) at ([xshift=1em]n47.east)
{
him
}
;
\node
[ref,anchor=west]
(n49) at ([xshift=1em]n48.east)
{
?
}
;
\draw
[line width=1.6pt,blue!40]
(n12.south) -- (n22.north);
\draw
[line width=1.6pt,blue!40]
(n13.south) -- (n23.north);
\draw
[line width=1.6pt,blue!40]
(n15.south) -- (n25.north);
\draw
[line width=1.6pt,blue!40]
(n16.south) -- (n27.north);
\draw
[line width=1.6pt,blue!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,blue!40]
(n20.south) -- (n30.north);
\draw
[line width=2pt,orange!40]
(n18.south) -- (n29.north);
\draw
[line width=1.6pt,blue!40]
(n18.south) -- (n29.north);
\draw
[line width=2pt,orange!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,blue!40]
(n32.south) -- (n46.north);
\draw
[line width=1.6pt,blue!40]
(n33.south) -- (n43.north);
\draw
[line width=1.6pt,blue!40]
(n35.south) -- (n45.north);
\draw
[line width=1.6pt,blue!40]
(n36.south) -- (n47.north);
\draw
[line width=1.6pt,blue!40]
(n37.south) -- (n48.north);
\draw
[line width=1.6pt,blue!40]
(n40.south) -- (n50.north);
\draw
[line width=2pt,orange!40]
(n38.south) -- (n49.north);
\draw
[line width=1.6pt,blue!40]
(n38.south) -- (n49.north);
\draw
[line width=2pt,orange!40]
(n37.south) -- (n48.north);
\end{tikzpicture}
\ No newline at end of file
Chapter4/Figures/schematic-diagram-of-word-level-quality-assessment-task.tex
查看文件 @
c0472484
差异被折叠。
点击展开。
Chapter4/Figures/synonym-matching-word-alignment.tex
查看文件 @
c0472484
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
\begin{tikzpicture}
[scale=0.5]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
30
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
30
]
\tikzstyle
{
cand
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=green!
15
]
\tikzstyle
{
ref
}
= [draw,line width=1pt,align=center,minimum width=2.6em,minimum height=1.6em,drop shadow=
{
shadow xshift=0.15em
}
,fill=red!
15
]
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,minimum width=6em]
(n11) at (0,0)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n12) at ([xshift=0.0em]n11.east)
{
Can
}
;
\node
[cand,anchor=west]
(n13) at ([xshift=1em]n12.east)
{
I
}
;
\node
[cand,anchor=west]
(n14) at ([xshift=1em]n13.east)
{
have
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
this
}
;
\node
[cand,anchor=west]
(n15) at ([xshift=1em]n14.east)
{
it
}
;
\node
[cand,anchor=west]
(n16) at ([xshift=1em]n15.east)
{
like
}
;
\node
[cand,anchor=west]
(n17) at ([xshift=1em]n16.east)
{
he
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
do
}
;
\node
[cand,anchor=west]
(n19) at ([xshift=1em]n18.east)
{
it
}
;
\node
[cand,anchor=west]
(n20) at ([xshift=1em]n19.east)
{
?
}
;
\node
[cand,anchor=west]
(n18) at ([xshift=1em]n17.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
\bfnew
{
Reference :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n21) at ([yshift=-6em]n11.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n22) at ([xshift=0.0em]n21.east)
{
Can
}
;
\node
[ref,anchor=west]
(n23) at ([xshift=1em]n22.east)
{
I
}
;
\node
[ref,anchor=west]
(n24) at ([xshift=1em]n23.east)
{
eat
}
;
\node
[ref,anchor=west]
(n25) at ([xshift=1em]n24.east)
{
this
}
;
\node
[ref,anchor=west]
(n26) at ([xshift=1em]n25.east)
{
Can
}
;
\node
[ref,anchor=west]
(n27) at ([xshift=1em]n26.east)
{
like
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
he
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
did
}
;
\node
[ref,anchor=west]
(n30) at ([xshift=1em]n29.east)
{
?
}
;
\node
[ref,anchor=west]
(n28) at ([xshift=1em]n27.east)
{
him
}
;
\node
[ref,anchor=west]
(n29) at ([xshift=1em]n28.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n31) at ([yshift=-5em]n21.south)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n31) at ([yshift=-5em]n21.south)
{
\small
{
机器译文:
}}
;
\node
[cand,anchor=west]
(n32) at ([xshift=0.0em]n31.east)
{
Can
}
;
\node
[cand,anchor=west]
(n33) at ([xshift=1em]n32.east)
{
I
}
;
\node
[cand,anchor=west]
(n34) at ([xshift=1em]n33.east)
{
have
}
;
\node
[cand,anchor=west]
(n35) at ([xshift=1em]n34.east)
{
this
}
;
\node
[cand,anchor=west]
(n35) at ([xshift=1em]n34.east)
{
it
}
;
\node
[cand,anchor=west]
(n36) at ([xshift=1em]n35.east)
{
like
}
;
\node
[cand,anchor=west]
(n37) at ([xshift=1em]n36.east)
{
he
}
;
\node
[cand,anchor=west]
(n38) at ([xshift=1em]n37.east)
{
do
}
;
\node
[cand,anchor=west]
(n39) at ([xshift=1em]n38.east)
{
it
}
;
\node
[cand,anchor=west]
(n40) at ([xshift=1em]n39.east)
{
?
}
;
\node
[cand,anchor=west]
(n38) at ([xshift=1em]n37.east)
{
?
}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n41) at ([yshift=-6em]n31.south)
{
\small
\bfnew
{
Candidate :
}}
;
\node
[align=center,minimum width=2.4em,minimum height=1.6em,anchor=north,minimum width=6em]
(n41) at ([yshift=-6em]n31.south)
{
\small
{
参考答案:
}}
;
\node
[ref,anchor=west]
(n42) at ([xshift=0.0em]n41.east)
{
Can
}
;
\node
[ref,anchor=west]
(n43) at ([xshift=1em]n42.east)
{
I
}
;
\node
[ref,anchor=west]
(n44) at ([xshift=1em]n43.east)
{
eat
}
;
\node
[ref,anchor=west]
(n45) at ([xshift=1em]n44.east)
{
this
}
;
\node
[ref,anchor=west]
(n46) at ([xshift=1em]n45.east)
{
Can
}
;
\node
[ref,anchor=west]
(n47) at ([xshift=1em]n46.east)
{
like
}
;
\node
[ref,anchor=west]
(n48) at ([xshift=1em]n47.east)
{
he
}
;
\node
[ref,anchor=west]
(n49) at ([xshift=1em]n48.east)
{
did
}
;
\node
[ref,anchor=west]
(n50) at ([xshift=1em]n49.east)
{
?
}
;
\node
[ref,anchor=west]
(n48) at ([xshift=1em]n47.east)
{
him
}
;
\node
[ref,anchor=west]
(n49) at ([xshift=1em]n48.east)
{
?
}
;
\draw
[line width=1.6pt,blue!40]
(n12.south) -- (n22.north);
\draw
[line width=1.6pt,blue!40]
(n13.south) -- (n23.north);
\draw
[line width=1.6pt,blue!40]
(n15.south) -- (n25.north);
\draw
[line width=1.6pt,blue!40]
(n16.south) -- (n27.north);
\draw
[line width=1.6pt,blue!40]
(n17.south) -- (n28.north);
\draw
[line width=1.6pt,blue!40]
(n20.south) -- (n30.north);
\draw
[line width=1.6pt,orange!40]
(n18.south) -- (n29.north);
\draw
[line width=1.6pt,blue!40]
(n18.south) -- (n29.north);
\draw
[line width=1.6pt,orange!40]
(n17.south) -- (n28.north);
\draw
[line width=2pt,ugreen!40]
(n14.south) -- (n24.north);
\draw
[line width=1.6pt,blue!40]
(n32.south) -- (n46.north);
\draw
[line width=1.6pt,blue!40]
(n33.south) -- (n43.north);
\draw
[line width=1.6pt,blue!40]
(n35.south) -- (n45.north);
\draw
[line width=1.6pt,blue!40]
(n36.south) -- (n47.north);
\draw
[line width=1.6pt,blue!40]
(n37.south) -- (n48.north);
\draw
[line width=1.6pt,blue!40]
(n40.south) -- (n50.north);
\draw
[line width=1.6pt,orange!40]
(n38.south) -- (n49.north);
\draw
[line width=1.6pt,blue!40]
(n38.south) -- (n49.north);
\draw
[line width=1.6pt,orange!40]
(n37.south) -- (n48.north);
\draw
[line width=2pt,ugreen!40]
(n34.south) -- (n44.north);
\end{tikzpicture}
Chapter4/chapter4.tex
查看文件 @
c0472484
This source diff could not be displayed because it is too large. You can
view the blob
instead.
bibliography.bib
查看文件 @
c0472484
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论