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
f722965f
Commit
f722965f
authored
Jul 01, 2020
by
单韦乔
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'shanweiqiao' 到 'caorunzhe'
Shanweiqiao 查看合并请求
!6
parents
1035cc80
149ed7bc
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
23 个修改的文件
包含
0 行增加
和
1570 行删除
+0
-1570
Chapter10/Figures/fig-cover.jpg
+0
-0
Chapter2/Figures/figure-a-simple-pre-processing-process.tex
+0
-25
Chapter2/Figures/figure-analysis-of-sentence-participle&syntactic.tex
+0
-25
Chapter2/Figures/figure-cross-type-word-segmentation-ambiguity.tex
+0
-65
Chapter2/Figures/figure-evaluation-of-probability-for-grammar.tex
+0
-99
Chapter2/Figures/figure-example-of-derivation.tex
+0
-172
Chapter2/Figures/figure-example-of-word-segmentation-based-on-dictionary.tex
+0
-113
Chapter2/Figures/figure-example-of-zh-syntactic-analysis.tex
+0
-53
Chapter2/Figures/figure-examples-of-chinese-word-segmentation-based-on-1-gram-model.tex
+0
-132
Chapter2/Figures/figure-full-probability-word-segmentation-1.tex
+0
-52
Chapter2/Figures/figure-full-probability-word-segmentation-2.tex
+0
-48
Chapter2/Figures/figure-full-probability-word-segmentation-3.tex
+0
-37
Chapter2/Figures/figure-mt-system-as-a-black-box.tex
+0
-52
Chapter2/Figures/figure-mt=language-analysis+translation-engine.tex
+0
-76
Chapter2/Figures/figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex
+0
-82
Chapter2/Figures/figure-phrase-structure-tree-and-dependency-tree.tex
+0
-82
Chapter2/Figures/figure-probability-values-corresponding-to-different-derivations.tex
+0
-89
Chapter2/Figures/figure-process-of-statistical-syntax-analysis.tex
+0
-103
Chapter2/Figures/figure-rules-of-grammar.tex
+0
-45
Chapter2/Figures/figure-two-different-derivation-of-regulation.tex
+0
-63
Chapter2/Figures/figure-usage-of-regulation.tex
+0
-48
Chapter2/Figures/figure-word-segmentation-based-on-statistics.tex
+0
-109
Chapter2/chapter2.tex
+0
-0
没有找到文件。
Chapter10/Figures/fig-cover.jpg
deleted
100644 → 0
查看文件 @
1035cc80
222 KB
Chapter2/Figures/figure-a-simple-pre-processing-process.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\vspace
{
0.5em
}
\begin{tikzpicture}
{
\small
\node
[ugreen] (input) at (0,0)
{
猫喜欢吃鱼
}
;
\node
[draw,thick,anchor=west,ublue] (preprocessing) at ([xshift=1em]input.east)
{
分词系统
}
;
\node
[ugreen,anchor=west] (mtinput) at ([xshift=1em]preprocessing.east)
{
猫/喜欢/吃/鱼
}
;
\node
[draw,thick,anchor=west,ublue] (smt) at ([xshift=1em]mtinput.east)
{
MT系统
}
;
\node
[anchor=west] (mtoutput) at ([xshift=1em]smt.east)
{
...
}
;
\draw
[->,thick,ublue] ([xshift=0.1em]input.east) -- ([xshift=-0.2em]preprocessing.west);
\draw
[->,thick,ublue] ([xshift=0.2em]preprocessing.east) -- ([xshift=-0.1em]mtinput.west);
\draw
[->,thick,ublue] ([xshift=0.1em]mtinput.east) -- ([xshift=-0.2em]smt.west);
\draw
[->,thick,ublue] ([xshift=0.2em]smt.east) -- ([xshift=-0.1em]mtoutput.west);
}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-analysis-of-sentence-participle&syntactic.tex
deleted
100644 → 0
查看文件 @
1035cc80
%%% outline
%-------------------------------------------------------------------------
\vspace
{
0.3em
}
\begin{tikzpicture}
\begin{scope}
[scale=1.0,level distance=30pt,sibling distance=15pt,grow'=up]
{
\Tree
[.
\node
(sn0)
{
IP
}
;
[.
\node
(sn1)
{
NP
}
;
[.
\node
(sn2)
{
NN
}
;
\node
(sw1)
{
猫
}
; ]
]
[.
\node
(sn3)
{
VP
}
;
[.
\node
(sn4)
{
VV
}
;
\node
(sw2)
{
喜欢
}
; ]
[.
\node
(sn5)
{
VP
}
;
\edge
[roof]
;
\node
(sw3)
{
吃
\
鱼
}
; ]
]
]
}
\end{scope}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-cross-type-word-segmentation-ambiguity.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
{
{
\small
\node
[anchor=north west] (entry1) at (0,0)
{
\textbf
{
1:
}
很
}
;
\node
[anchor=north west] (entry2) at ([yshift=0.1em]entry1.south west)
{
\textbf
{
2:
}
高
}
;
\node
[anchor=north west] (entry3) at ([yshift=0.1em]entry2.south west)
{
\textbf
{
3:
}
现在
}
;
\node
[anchor=north west] (entry4) at ([yshift=0.1em]entry3.south west)
{
\textbf
{
4:
}
物价
}
;
\node
[anchor=north west] (entry5) at ([yshift=0.1em]entry4.south west)
{
\textbf
{
5:
}
确实
}
;
\node
[anchor=north west] (entry6) at ([yshift=0.1em]entry5.south west)
{
\textbf
{
6:
}
实现
}
;
\node
[anchor=south west] (dictionarylabel) at (entry1.north west)
{{
\color
{
ublue
}
分词词典
}}
;
}
}
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,draw=ublue, inner sep=0.2em]
[fit = (entry1) (entry2) (entry3) (entry4) (entry5) (entry6) (dictionarylabel)]
{}
;
}
\end{pgfonlayer}
\end{scope}
{
\begin{scope}
[xshift=1.2in,yshift=1em]
\node
[anchor=west] (c1) at (0,0)
{
确
}
;
\node
[anchor=west] (c2) at ([xshift=0em]c1.east)
{
实
}
;
\node
[anchor=west] (c3) at ([xshift=0em]c2.east)
{
现
}
;
\node
[anchor=west] (c4) at ([xshift=0em]c3.east)
{
在
}
;
\node
[anchor=west] (c5) at ([xshift=0em]c4.east)
{
物
}
;
\node
[anchor=west] (c6) at ([xshift=0em]c5.east)
{
价
}
;
\node
[anchor=west] (c7) at ([xshift=0em]c6.east)
{
很
}
;
\node
[anchor=west] (c8) at ([xshift=0em]c7.east)
{
高
}
;
\end{scope}
}
{
\node
[anchor=west,thick,draw,minimum width=3.4em,minimum height=1.5em] (w1) at (c3.west)
{}
;
\draw
[->,thick] (entry3.30) ..controls +(70:1) and +(south:1.5).. ([xshift=0.3em]w1.south) node [pos=0.5, above]
{
\footnotesize
{
命中
}}
;
}
{
\node
[anchor=west,very thick,draw,dotted,minimum width=3.4em,minimum height=1.9em,red] (w3) at (c2.west)
{}
;
\draw
[->,very thick,dotted,red] ([yshift=-0.2em]entry6.30) ..controls +(60:2) and +(south:3).. ([xshift=-0.6em]w3.south) node [pos=0.5, below]
{
\color
{
red
}{
\footnotesize
{
命中
}}}
;
}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-evaluation-of-probability-for-grammar.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
[sibling distance=0pt,level distance=17pt]
{
\footnotesize
\Tree
[.\node[inner sep=2pt]
(t1n1)
{
IP
}
;
[.
\node
[inner sep=2pt]
(t1n2)
{
NP
}
;
[.
\node
[inner sep=2pt]
(t1n3)
{
NN
}
; 狗 ]
]
[.
\node
[inner sep=2pt]
(t1n4)
{
VP
}
;
[.
\node
[inner sep=2pt]
(t1n5)
{
VV
}
; 喜欢 ]
[.
\node
[inner sep=2pt]
(t1n6)
{
VP
}
;
[.
\node
[inner sep=2pt]
(t1n7)
{
VV
}
; 吃 ]
[.
\node
[inner sep=2pt]
(t1n8)
{
NN
}
; 骨头 ]
]
]
]
}
\end{scope}
\begin{scope}
[sibling distance=0pt,level distance=17pt,yshift=-7em]
{
\footnotesize
\Tree
[.\node[inner sep=2pt]
(t2n1)
{
IP
}
;
[.
\node
[inner sep=2pt]
(t2n2)
{
VP
}
;
[.
\node
[inner sep=2pt]
(t2n3)
{
VV
}
;
\node
[]
(t2w1)
{
请
}
; ]
]
[.
\node
[inner sep=2pt]
(t2n4)
{
IP
}
;
[.
\node
[inner sep=2pt]
(t2n5)
{
VP
}
;
[.
\node
[inner sep=2pt]
(t2n6)
{
VV
}
; 看 ]
]
[.
\node
[inner sep=2pt]
(t2n7)
{
NP
}
;
[.
\node
[inner sep=2pt]
(t2n8)
{
QP
}
;
[.
\node
[inner sep=2pt]
(t2n9)
{
CD
}
; 一 ]
[.
\node
[inner sep=2pt]
(t2n10)
{
M
}
; 个 ]
]
[.
\node
[inner sep=2pt]
(t2n11)
{
ADJP
}
;
[.
\node
[inner sep=2pt]
(t2n12)
{
JJ
}
; 新 ]
]
[.
\node
[inner sep=2pt]
(t2n13)
{
NP
}
;
[.
\node
[inner sep=2pt]
(t2n14)
{
NN
}
;
\node
[]
(t2wn)
{
句子
}
; ]
]
]
]
]
}
\end{scope}
\node
[anchor=south] (treebanklabel) at (t1n1.north)
{{
\color
{
ublue
}
数据:树库
}}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue, inner sep=0.2em]
[fit = (treebanklabel) (t1n1) (t2w1) (t2wn)] (treebank)
{}
;
\end{pgfonlayer}
\node
[anchor=north west] (math1) at ([xshift=2em]treebank.north east)
{
P(``VP
$
\to
$
VV NN'')
}
;
\node
[anchor=north west] (math1part2) at ([xshift=-1em,yshift=0.2em]math1.south west)
{$
=
\frac
{
\textrm
{
``VP''和``VV NN''同时出现的次数
=
1
}}{
\textrm
{
``VP''出现的次数
}
=
4
}$}
;
\node
[anchor=north west] (math1part3) at ([yshift=0.2em]math1part2.south west)
{$
=
\frac
{
1
}{
4
}$}
;
\node
[anchor=north west] (math2) at ([yshift=-6em]math1.north west)
{
P(``NP
$
\to
$
NN'')
}
;
\node
[anchor=north west] (math2part2) at ([xshift=-1em,yshift=0.2em]math2.south west)
{$
=
\frac
{
\textrm
{
``NP''和``NN''同时出现的次数
=
2
}}{
\textrm
{
``NP''出现的次数
}
=
3
}$}
;
\node
[anchor=north west] (math2part3) at ([yshift=0.2em]math2part2.south west)
{$
=
\frac
{
2
}{
3
}$}
;
\node
[anchor=north west] (math3) at ([yshift=-6em]math2.north west)
{
P(``IP
$
\to
$
NP NP'')
}
;
\node
[anchor=north west] (math3part2) at ([xshift=-1em,yshift=0.2em]math3.south west)
{$
=
\frac
{
\textrm
{
``IP''和``NP NP''同时出现的次数
=
0
}}{
\textrm
{
``IP''出现的次数
}
=
3
}$}
;
\node
[anchor=north west] (math3part3) at ([yshift=0.2em]math3part2.south west)
{$
=
\frac
{
0
}{
3
}$}
;
\begin{pgfonlayer}
{
background
}
\path
[] (t1n4.north east) -- (t1n4.north west) -- (t1n4.south west) -- (t1n4.south east);
\path
[] (t1n6.north east) -- (t1n6.north west) -- (t1n6.south west) -- (t1n6.south east);
\path
[] (t2n2.north east) -- (t2n2.north west) -- (t2n2.south west) -- (t2n2.south east);
\path
[] (t2n5.north east) -- (t2n5.north west) -- (t2n5.south west) -- (t2n5.south east);
\path
[] (t1n6.north west) -- (t1n7.north west) -- (t1n7.south west) -- (t1n8.south east) -- (t1n8.north east) -- (t1n6.north east);
\path
[] (t1n2.north east) -- (t1n2.north west) -- (t1n2.south west) -- (t1n2.south east);
\path
[] (t2n7.north east) -- (t2n7.north west) -- (t2n7.south west) -- (t2n7.south east);
\path
[] (t2n13.north east) -- (t2n13.north west) -- (t2n13.south west) -- (t2n13.south east);
\path
[] (t1n2.north west) -- (t1n3.south west) -- (t1n3.south east) -- (t1n2.north east) -- (t1n2.north west);
\path
[] (t2n13.north west) -- (t2n14.south west) -- (t2n14.south east) -- (t2n13.north east) -- (t2n13.north west);
\path
[] (t1n1.north east) -- (t1n1.north west) -- (t1n1.south west) -- (t1n1.south east);
\path
[] (t2n4.north east) -- (t2n4.north west) -- (t2n4.south west) -- (t2n4.south east);
\path
[] (t2n1.north east) -- (t2n1.north west) -- (t2n1.south west) -- (t2n1.south east);
\end{pgfonlayer}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-example-of-derivation.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{minipage}
[t]
{
0.38
\linewidth
}
{
\small
\begin{eqnarray}
&
&
\textrm
{
IP
}
\nonumber
\\
&
\overset
{
r
_
8
}{
\Rightarrow
}
&
\textrm
{
NP VP
}
\nonumber
\\
&
\overset
{
r
_
5
}{
\Rightarrow
}
&
\textrm
{
NN VP
}
\nonumber
\\
&
\overset
{
r
_
1
}{
\Rightarrow
}
&
\textrm
{
猫 VP
}
\nonumber
\\
&
\overset
{
r
_
7
}{
\Rightarrow
}
&
\textrm
{
猫 VV VP
}
\nonumber
\\
&
\overset
{
r
_
2
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 VP
}
\nonumber
\\
&
\overset
{
r
_
6
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 VV NN
}
\nonumber
\\
&
\overset
{
r
_
3
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 吃 NN
}
\nonumber
\\
&
\overset
{
r
_
4
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 吃 鱼
}
\nonumber
\end{eqnarray}
}
\end{minipage}
\hfill
\begin{minipage}
[t]
{
0.55
\linewidth
}
\vspace
{
1.0em
}
\begin{center}
\begin{tikzpicture}
\begin{scope}
{
\scriptsize
\node
[anchor=west,inner sep=2pt] (r1) at (0,0)
{$
r
_
1
$
: NN
$
\to
$
猫
}
;
\node
[anchor=west,inner sep=2pt] (r2) at ([xshift=3em]r1.east)
{$
r
_
2
$
: VV
$
\to
$
喜欢
}
;
\node
[anchor=north west,inner sep=2pt] (r3) at ([yshift=-0.2em]r1.south west)
{$
r
_
3
$
: VV
$
\to
$
吃
}
;
\node
[anchor=north west,inner sep=2pt] (r4) at ([yshift=-0.2em]r2.south west)
{$
r
_
4
$
: NN
$
\to
$
鱼
}
;
\node
[anchor=north west,inner sep=2pt] (r5) at ([yshift=-0.2em]r3.south west)
{$
r
_
5
$
: NP
$
\to
$
NN
}
;
\node
[anchor=north west,inner sep=2pt] (r6) at ([yshift=-0.2em]r4.south west)
{$
r
_
6
$
: VP
$
\to
$
VV NN
}
;
\node
[anchor=north west,inner sep=2pt] (r7) at ([yshift=-0.2em]r5.south west)
{$
r
_
7
$
: VP
$
\to
$
VV VP
}
;
\node
[anchor=north west,inner sep=2pt] (r8) at ([yshift=-0.2em]r6.south west)
{$
r
_
8
$
: IP
$
\to
$
NP VP
}
;
\node
[anchor=west,inner sep=2pt] (r1) at (0,0)
{$
r
_
1
$
: NN
$
\to
$
猫
}
;
\node
[anchor=west,inner sep=2pt] (r2) at ([xshift=3em]r1.east)
{$
r
_
2
$
: VV
$
\to
$
喜欢
}
;
\node
[anchor=north west,inner sep=2pt] (r3) at ([yshift=-0.2em]r1.south west)
{$
r
_
3
$
: VV
$
\to
$
吃
}
;
\node
[anchor=north west,inner sep=2pt] (r4) at ([yshift=-0.2em]r2.south west)
{$
r
_
4
$
: NN
$
\to
$
鱼
}
;
\node
[anchor=north west,inner sep=2pt] (r5) at ([yshift=-0.2em]r3.south west)
{$
r
_
5
$
: NP
$
\to
$
NN
}
;
\node
[anchor=north west,inner sep=2pt] (r6) at ([yshift=-0.2em]r4.south west)
{$
r
_
6
$
: VP
$
\to
$
VV NN
}
;
\node
[anchor=north west,inner sep=2pt] (r7) at ([yshift=-0.2em]r5.south west)
{$
r
_
7
$
: VP
$
\to
$
VV VP
}
;
\node
[anchor=north west,inner sep=2pt] (r8) at ([yshift=-0.2em]r6.south west)
{$
r
_
8
$
: IP
$
\to
$
NP VP
}
;
}
\end{scope}
\begin{scope}
[xshift=4.5em,yshift=-5.5em,level distance=20pt,sibling distance=13pt]
\Tree
[.IP \edge[white]
;
[.
{
\color
{
white
}
NP
}
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
猫
}
; ]
]
\edge
[white]
;
[.
{
\color
{
white
}
VP
}
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw2)
{
喜欢
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
VP
}
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
猫
}
; ]
]
[.VP
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw2)
{
喜欢
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
VP
}
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
[.NN
\edge
[white]
;
\node
[white]
(sw1)
{
猫
}
; ]
]
[.VP
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw2)
{
喜欢
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
VP
}
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
[.NN
\node
(sw1)
{
猫
}
; ]
]
[.VP
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw2)
{
喜欢
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
VP
}
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
[.NN
\node
(sw1)
{
猫
}
; ]
]
[.VP
[.VV
\edge
[white]
;
\node
[white]
(sw2)
{
喜欢
}
; ]
[.VP
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
[.NN
\node
(sw1)
{
猫
}
; ]
]
[.VP
[.VV
\node
(sw2)
{
喜欢
}
; ]
[.VP
\edge
[white]
;
[.
{
\color
{
white
}
VV
}
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
\edge
[white]
;
[.
{
\color
{
white
}
NN
}
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
[.NN
\node
(sw1)
{
猫
}
; ]
]
[.VP
[.VV
\node
(sw2)
{
喜欢
}
; ]
[.VP
[.VV
\edge
[white]
;
\node
[white]
(sw1)
{
吃
}
; ]
[.NN
\edge
[white]
;
\node
[white]
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.IP
[.NP
[.NN
\node
(sw1)
{
猫
}
; ]
]
[.VP
[.VV
\node
(sw2)
{
喜欢
}
; ]
[.VP
[.VV
\node
(sw1)
{
吃
}
; ]
[.NN
\node
(sw1)
{
鱼
}
; ]
]
]
]
\end{scope}
\end{tikzpicture}
\end{center}
\end{minipage}
%---------------------------------------------------------------------
Chapter2/Figures/figure-example-of-word-segmentation-based-on-dictionary.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
{
{
\small
\node
[anchor=north west] (entry1) at (0,0)
{
\textbf
{
1:
}
很
}
;
\node
[anchor=north west] (entry2) at ([yshift=0.1em]entry1.south west)
{
\textbf
{
2:
}
高
}
;
\node
[anchor=north west] (entry3) at ([yshift=0.1em]entry2.south west)
{
\textbf
{
3:
}
现在
}
;
\node
[anchor=north west] (entry4) at ([yshift=0.1em]entry3.south west)
{
\textbf
{
4:
}
物价
}
;
\node
[anchor=north west] (entry5) at ([yshift=0.1em]entry4.south west)
{
\textbf
{
5:
}
确实
}
;
\node
[anchor=north west] (entry6) at ([yshift=0.1em]entry5.south west)
{
\textbf
{
6:
}
实现
}
;
\node
[anchor=south west] (dictionarylabel) at (entry1.north west)
{{
\color
{
ublue
}
分词词典
}}
;
}
}
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,draw=ublue, inner sep=0.2em]
[fit = (entry1) (entry2) (entry3) (entry4) (entry5) (entry6) (dictionarylabel)]
{}
;
}
\end{pgfonlayer}
\end{scope}
{
\begin{scope}
[xshift=1.2in,yshift=1em]
\node
[anchor=west] (c1) at (0,0)
{
确
}
;
\node
[anchor=west] (c2) at ([xshift=0em]c1.east)
{
实
}
;
\node
[anchor=west] (c3) at ([xshift=0em]c2.east)
{
现
}
;
\node
[anchor=west] (c4) at ([xshift=0em]c3.east)
{
在
}
;
\node
[anchor=west] (c5) at ([xshift=0em]c4.east)
{
物
}
;
\node
[anchor=west] (c6) at ([xshift=0em]c5.east)
{
价
}
;
\node
[anchor=west] (c7) at ([xshift=0em]c6.east)
{
很
}
;
\node
[anchor=west] (c8) at ([xshift=0em]c7.east)
{
高
}
;
\end{scope}
}
\begin{scope}
[xshift=1.2in,yshift=-4em]
{
\node
[anchor=west] (bc1) at (0,0)
{
确
}
;
\node
[anchor=west] (bc2) at ([xshift=0em]bc1.east)
{
实
}
;
}
{
\node
[anchor=west] (bc3) at ([xshift=0em]bc2.east)
{
现
}
;
\node
[anchor=west] (bc4) at ([xshift=0em]bc3.east)
{
在
}
;
}
{
\node
[anchor=west] (bc5) at ([xshift=0em]bc4.east)
{
物
}
;
\node
[anchor=west] (bc6) at ([xshift=0em]bc5.east)
{
价
}
;
}
{
\node
[anchor=west] (bc7) at ([xshift=0em]bc6.east)
{
很
}
;
}
{
\node
[anchor=west] (bc8) at ([xshift=0em]bc7.east)
{
高
}
;
}
{
\draw
[-,very thick] ([xshift=-0.3em,yshift=0.1em]bc2.south east) -- ([xshift=0.3em,yshift=-0.1em]bc3.north west);
}
{
\draw
[-,very thick] ([xshift=-0.3em,yshift=0.1em]bc4.south east) -- ([xshift=0.3em,yshift=-0.1em]bc5.north west);
}
{
\draw
[-,very thick] ([xshift=-0.3em,yshift=0.1em]bc6.south east) -- ([xshift=0.3em,yshift=-0.1em]bc7.north west);
}
{
\draw
[-,very thick] ([xshift=-0.3em,yshift=0.1em]bc7.south east) -- ([xshift=0.3em,yshift=-0.1em]bc8.north west);
}
\end{scope}
{
\draw
[<-,thick] ([yshift=-0.2em]c1.north west) -- ([yshift=0.2em]c1.north west);
\node
[anchor=south] (b1) at ([yshift=0.0em]c1.north west)
{
\scriptsize
{
起始
}}
;
}
{
\draw
[<-,thick] ([yshift=-0.2em]c3.north west) -- ([yshift=0.2em]c3.north west);
\node
[anchor=south] (b2) at ([yshift=0.0em]c3.north west)
{
\scriptsize
{
起始
}}
;
}
{
\draw
[<-,thick] ([yshift=-0.2em]c5.north west) -- ([yshift=0.2em]c5.north west);
\node
[anchor=south] (b3) at ([yshift=0.0em]c5.north west)
{
\scriptsize
{
起始
}}
;
}
{
\draw
[<-,thick] ([yshift=-0.2em]c7.north west) -- ([yshift=0.2em]c7.north west);
\node
[anchor=south] (b4) at ([yshift=0.0em]c7.north west)
{
\scriptsize
{
起始
}}
;
}
{
\draw
[<-,thick] ([yshift=-0.2em]c8.north west) -- ([yshift=0.2em]c8.north west);
\node
[anchor=south] (b5) at ([yshift=0.0em]c8.north west)
{
\scriptsize
{
起始
}}
;
}
{
\node
[anchor=west,thick,draw,red,minimum width=1.6em,minimum height=1.3em] (w18) at ([xshift=0.1em]c8.west)
{}
;
\node
[anchor=north] (l18) at ([yshift=0.2em]w18.south)
{{
\color
{
red
}
\footnotesize
{
命中:2
}}}
;
}
\end{tikzpicture}
Chapter2/Figures/figure-example-of-zh-syntactic-analysis.tex
deleted
100644 → 0
查看文件 @
1035cc80
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\node
[anchor=west]
(input) at (0,0)
{
\textbf
{
\scriptsize
{
源句语法树
}}}
;
%\node[anchor=north west] (rule) at ([xshift=-14.5em,yshift=11.5em]input.south west) {\scriptsize{句法翻译规则:}};
%\node[anchor=north west] (rule2) at ([yshift=0.2em]rule.south west) {\scriptsize{(VP BA(将) $x_1$:NP $x_2$:VP PP(P(给) $x_3$:NP))}};
%\node[anchor=north west] (rule3) at ([yshift=0.2em]rule2.south west) {\scriptsize{$\to$ $x_2$ $x_1$ to $x_3$ }};
\begin{scope}
[scale = 0.7, grow'=up, sibling distance=6pt, level distance=35pt, xshift=3.6em, yshift=1.0em]
\Tree
[.
\node
(tn1)
{
IP
}
;
[.
\node
(tn2)
{
NP
}
;
\edge
[roof]
;
\node
[]
(seg1)
{
中国
$_
1
$
明星
$_
2
$
艺术团
$_
3
$}
; ]
[.
\node
(tn3)
{
VP
}
;
[.
\node
(tn4)
{
BA
}
;
\node
[fill=red!20!white]
(seg2)
{
将
$_
4
$}
; ]
[.
\node
(tn5)
{
NP
}
;
\edge
[roof]
;
\node
[fill=blue!20!white]
(seg3)
{
一
$_
5
$
台
$_
6
$
精彩
$_
7
$
的
$_
8
$
京剧
$_
9
$
歌舞
$_{
10
}$}
; ]
[.
\node
(tn6)
{
VP
}
;
[.
\node
(tn7)
{
VV
}
;
\node
[fill=green!20!white]
(seg4)
{
呈现
$_{
11
}$}
; ]
]
[.
\node
(tn8)
{
PP
}
;
[.
\node
(tn9)
{
P
}
;
\node
[fill=red!20!white]
(seg5)
{
给
$_{
12
}$}
; ]
[.
\node
(tn10)
{
NP
}
;
\edge
[roof]
;
\node
[fill=purple!20!white]
(seg6)
{
香港
$_{
13
}$
观众
$_{
14
}$}
; ]
]
]
[.
\node
(tn11)
{
.
}
; ]
]
\end{scope}
%\draw [-,dotted,very thick,blue] (tn3.south west) -- (tn4.south west) -- (seg2.north west) -- (seg2.north east) -- ([xshift=0.0em]tn4.north east) -- ([xshift=0.8em]tn6.north east) -- (seg5.north west) -- (seg5.north east) -- ([yshift=-1.2em]seg5.south east) -- (tn10.north east) -- (tn10.south east) -- (tn8.south east) -- (tn3.south east) -- (tn3.south west);
%\draw[<->,dotted,blue,thick] ([yshift=-0.3em]seg2.south west) .. controls +(west:0.7) and +(south:0.5) .. ([xshift=-1.8em]rule2.south);
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-examples-of-chinese-word-segmentation-based-on-1-gram-model.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
{
\scriptsize
\node
[anchor=north west] (entry1) at (0,0)
{
\textbf
{
1:
}
这 / 是 / 数据
}
;
\node
[anchor=north west] (entry2) at ([yshift=0.1em]entry1.south west)
{
\textbf
{
2:
}
现在 / 已经 / 实现
}
;
\node
[anchor=north west] (entry3) at ([yshift=0.1em]entry2.south west)
{
\textbf
{
3:
}
确实 / 有 / 很 / 多
}
;
\node
[anchor=north west] (entry4) at ([yshift=0.1em]entry3.south west)
{
...
}
;
\node
[anchor=south west] (corpuslabel) at (entry1.north west)
{{
\color
{
ublue
}
\textbf
{
学习用数据
}}}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (entry1) (entry2) (entry3) (entry4) (corpuslabel)] (corpus)
{}
;
\end{pgfonlayer}
}
\node
[anchor=west,ugreen] (P) at ([xshift=5.2em,yshift=-0.8em]corpus.east)
{
\large
{
P(
$
\cdot
$
)
}}
;
\node
[anchor=south] (modellabel) at (P.north)
{{
\color
{
ublue
}
{
\scriptsize
\textbf
{
统计模型
}}}}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (P) (modellabel)] (model)
{}
;
\end{pgfonlayer}
\draw
[->,very thick,ublue] ([xshift=0.2em]corpus.east) -- ([xshift=4.2em]corpus.east) node [pos=0.5, above]
{
\color
{
red
}{
\scriptsize
{
统计学习
}}}
;
\draw
[->,very thick,ublue] ([xshift=0.2em]model.east) -- ([xshift=4.2em]model.east) node [pos=0.5, above]
{
\color
{
red
}{
\scriptsize
{
搜索
\&
计算
}}}
;
{
\scriptsize
\node
[anchor=north west] (sentlabel) at ([xshift=6.2em,yshift=-1em]model.north east)
{
\color
{
red
}{
自动分词系统
}}
;
\node
[anchor=north west] (sent) at (sentlabel.south west)
{
\textbf
{
对任意句子进行分词
}}
;
}
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (sentlabel) (sent)] (segsystem)
{}
;
\end{pgfonlayer}
{
\footnotesize
{
\node
[anchor=west] (label1) at (0,6em)
{
实际上,通过学习我们得到了一个分词模型P(
$
\cdot
$
),给定任意的分词结果
}
;
\node
[anchor=north west] (label1part2) at ([yshift=0.5em]label1.south west)
{$
W
=
w
_
1
w
_
2
...w
_
n
$
,都能通过P(
$
W
$
)=
$
\textrm
{
P
}
(
w
_
1
)
\cdot
\textrm
{
P
}
(
w
_
2
)
\cdot
...
\cdot
\textrm
{
P
}
(
w
_
n
)
$
计算这种分词的
\hspace
{
0.13em
}
}
;
\node
[anchor=north west] (label1part3) at ([yshift=0.5em]label1part2.south west)
{
概率值
}
;
}
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,fill=blue!10,thick,dotted,inner sep=0.2em]
[fit = (label1) (label1part2) (label1part3)] (label1content)
{}
;
}
\end{pgfonlayer}
{
\draw
[-,thick,red,dotted] ([yshift=0.3em]modellabel.north) ..controls +(north:0.5) and +(south:0.5).. ([xshift=-3em]label1content.south);
}
}
{
\footnotesize
{
\node
[anchor=west] (label1) at (0,-6.8em)
{
\textbf
{
自动分词系统
}
:对任意的数据句子
$
S
$
,找到最佳的分词结果
$
W
^{
*
}$
输出
}
;
}
{
\node
[anchor=north west] (label2) at (label1.south west)
{
假设输入
$
S
$
=“确实现在数据很多”
}
;
}
{
\node
[anchor=north west,draw,thick,inner sep=2pt] (data11) at (label2.south west)
{
枚举所有可能的切分
}
;
}
{
\node
[anchor=west,draw,thick,inner sep=2pt] (data12) at ([xshift=4em]data11.east)
{
计算每种切分的概率
}
;
}
{
\node
[anchor=west,draw,thick,inner sep=2pt] (data13) at ([xshift=4.0em]data12.east)
{
选择最佳结果
}
;
}
{
\draw
[->,thick] ([xshift=0.1em]data11.east) -- ([xshift=-0.1em]data12.west);
}
{
\draw
[->,thick] ([xshift=0.1em]data12.east) -- ([xshift=-0.1em]data13.west);
}
{
\scriptsize
{
\node
[anchor=north west] (data21) at (data11.south west)
{
确/实现/在/数/据很/多
}
;
}
{
\node
[anchor=north west] (data22) at (data12.south west)
{$
\textrm
{
P
}
(
\textrm
{
“确”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“实现”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“在”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“数”
}
)
\cdot
$}
;
}
\node
[anchor=north west,minimum height=1.6em] (data23) at (data13.south west)
{}
;
\node
[anchor=north west,minimum height=1.6em] (data31) at ([yshift=0.3em]data21.south west)
{}
;
{
\node
[anchor=north west] (data32) at ([yshift=0.3em]data22.south west)
{$
\textrm
{
P
}
(
\textrm
{
“据很”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“多”
}
)
=
2
.
13
\times
10
^{
-
45
}$}
;
}
\node
[anchor=north west,minimum height=1.6em] (data33) at ([yshift=0.3em]data23.south west)
{}
;
{
\node
[anchor=north west] (data41) at (data31.south west)
{
确实/现在/数据/很多
}
;
}
{
\node
[anchor=north west] (data42) at (data32.south west)
{$
\textrm
{
P
}
(
\textrm
{
“确实”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“现在”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“数据”
}
)
\cdot
$}
;
}
{
\node
[anchor=north west] (data43) at ([yshift=-0.2em,xshift=3em]data33.south west)
{
\color
{
red
}{
\textbf
{
输出
}}}
;
\draw
[->,red,thick] (data43.west)--([xshift=-1em]data43.west);
}
{
\node
[anchor=north west] (data51) at (data41.south west)
{
...
}
;
}
{
\node
[anchor=north west] (data52) at ([yshift=0.3em]data42.south west)
{$
\textrm
{
P
}
(
\textrm
{
“很”
}
)
\cdot
\textrm
{
P
}
(
\textrm
{
“多”
}
)
=
1
.
54
\times
10
^{
-
25
}$}
;
}
\node
[anchor=north west] (data53) at ([yshift=0.3em]data43.south west)
{}
;
}
}
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,fill=blue!10,thick,dotted,inner sep=0.1em]
[fit = (label1) (data11) (data13) (data51) (data52) (data53)] (segcontent)
{}
;
}
\end{pgfonlayer}
{
\draw
[-,thick,red,dotted] (segcontent.north) ..controls +(north:0.7) and +(south:0.7).. (segsystem.south);
}
\end{tikzpicture}
Chapter2/Figures/figure-full-probability-word-segmentation-1.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
{
\begin{scope}
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s1) at (0,0)
{{
88
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s2) at ([xshift=0.2cm]s1.east)
{{
87
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s3) at ([xshift=0.2cm]s2.east)
{{
45
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s4) at ([xshift=0.2cm]s3.east)
{{
47
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s5) at ([xshift=0.2cm]s4.east)
{{
100
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s6) at ([xshift=0.2cm]s5.east)
{{
15
}}
;
\end{scope}
\begin{scope}
[yshift=-1cm]
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s1) at (0,0)
{{
5
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s2) at ([xshift=0.2cm]s1.east)
{{
230
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s3) at ([xshift=0.2cm]s2.east)
{{
7
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s4) at ([xshift=0.2cm]s3.east)
{{
234
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s5) at ([xshift=0.2cm]s4.east)
{{
500
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s6) at ([xshift=0.2cm]s5.east)
{{
39
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s7) at ([xshift=0.2cm]s6.east)
{{
100
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s8) at ([xshift=0.2cm]s7.east)
{{
15
}}
;
\end{scope}
\begin{scope}
[yshift=-2cm]
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s1) at (0,0)
{{
975
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s2) at ([xshift=0.2cm]s1.east)
{{
7
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s3) at ([xshift=0.2cm]s2.east)
{{
234
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s4) at ([xshift=0.2cm]s3.east)
{{
294
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s5) at ([xshift=0.2cm]s4.east)
{{
15
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s6) at ([xshift=0.2cm]s5.east)
{{
15
}}
;
\end{scope}
}
\end{tikzpicture}
Chapter2/Figures/figure-full-probability-word-segmentation-2.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s1) at (0,0)
{
这
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s2) at ([xshift=0.2cm]s1.east)
{
是
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s3) at ([xshift=0.2cm]s2.east)
{
一
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s4) at ([xshift=0.2cm]s3.east)
{
种
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s5) at ([xshift=0.2cm]s4.east)
{
\small
{
数据
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s6) at ([xshift=0.2cm]s5.east)
{
。
}
;
\node
[anchor=west]
(s7) at ([xshift=0.2cm]s6.east)
{
...
}
;
\end{scope}
\begin{scope}
[yshift=-1cm]
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s1) at (0,0)
{
现在
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s2) at ([xshift=0.2cm]s1.east)
{
已经
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s3) at ([xshift=0.2cm]s2.east)
{
有
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s4) at ([xshift=0.2cm]s3.east)
{
不少
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s5) at ([xshift=0.2cm]s4.east)
{
\small
{
可
}}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s6) at ([xshift=0.2cm]s5.east)
{
用
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s7) at ([xshift=0.2cm]s6.east)
{
数据
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s8) at ([xshift=0.2cm]s7.east)
{
。
}
;
\node
[anchor=west]
(s9) at ([xshift=0.2cm]s8.east)
{
...
}
;
\end{scope}
\begin{scope}
[yshift=-2cm]
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s1) at (0,0)
{
确实
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s2) at ([xshift=0.2cm]s1.east)
{
有
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s3) at ([xshift=0.2cm]s2.east)
{
很
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s4) at ([xshift=0.2cm]s3.east)
{
多
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt, inner sep=0]
(s5) at ([xshift=0.2cm]s4.east)
{
疑问
}
;
\node
[anchor=west,draw,very thick,minimum size=25pt]
(s6) at ([xshift=0.2cm]s5.east)
{
。
}
;
\node
[anchor=west]
(s7) at ([xshift=0.2cm]s6.east)
{
...
}
;
\end{scope}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-full-probability-word-segmentation-3.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\node
[anchor=west] (label1) at (0,0)
{
总词数:
$
6
+
8
+
5
=
20
$}
;
\node
[anchor=north west] (p1) at (label1.south west)
{$
\textrm
{
P
}
(
\textrm
{
“很”
}
)=
1
/
20
=
0
.
05
$}
;
\node
[anchor=north west] (p2) at (p1.south west)
{$
\textrm
{
P
}
(
\textrm
{
“。”
}
)=
3
/
20
=
0
.
15
$}
;
\node
[anchor=north west] (p3) at (p2.south west)
{$
\textrm
{
P
}
(
\textrm
{
“确实”
}
)=
1
/
20
=
0
.
05
$}
;
\node
[anchor=north west] (label11) at ([xshift=18.0em,yshift=1.63em]label1.south west)
{
更多数据-总词数:100K
$
\sim
$
1M
}
;
\node
[anchor=north west] (p12) at (label11.south west)
{$
\textrm
{
P
}
(
\textrm
{
“很”
}
)=
0
.
000010
$}
;
\node
[anchor=north west] (p22) at (p12.south west)
{$
\textrm
{
P
}
(
\textrm
{
“。”
}
)=
0
.
001812
$}
;
\node
[anchor=north west] (p32) at (p22.south west)
{$
\textrm
{
P
}
(
\textrm
{
“确实”
}
)=
0
.
000001
$}
;
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit =(label1)(label11)(p3)(p32)]
{}
;
}
\end{pgfonlayer}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-mt-system-as-a-black-box.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\vspace
{
0.3em
}
\begin{tikzpicture}
\begin{scope}
\node
[] (input) at (0,0)
{{
\scriptsize
猫喜欢吃鱼
}}
;
\node
[] (output) at ([xshift=3.35in]input.east)
{{
\scriptsize
Cats like eating fish
}}
;
\draw
[->,thick]
([xshift=-1pt]input.east) -- ([xshift=8pt]input.east);
\draw
[->,thick]
([xshift=-10pt]output.west) -- ([xshift=-0pt]output.west);
%{
%\draw[->,thick] ([xshift=-12pt]mtengine.west) -- ([xshift=-2pt]mtengine.west);
%\draw[->,thick] ([xshift=2pt]mtengine.east) -- ([xshift=12pt]mtengine.east);
%}
{
\node
[minimum height=4em,minimum width=4.5em,fill=white]
(inputmarking) at (0.88in,-0.39in)
{}
;
\node
[minimum height=4em,minimum width=5.2em,fill=white]
(outputmarking) at (2.57in,-0.39in)
{}
;
}
\node
[anchor=south] (inputlabel) at ([yshift=-0.5em]input.north)
{{
\scriptsize
\color
{
red
}{
\textbf
{
输入
}}}}
;
\node
[anchor=south] (outputlabel) at ([yshift=-0.5em]output.north)
{{
\scriptsize
\color
{
red
}{
\textbf
{
输出
}}}}
;
{
\node
[anchor=west] (mtinputlabel) at ([xshift=0.32in]inputlabel.east)
{{
\scriptsize
\color
{
red
}{
\textbf
{}}}}
;
\node
[anchor=west] (mtoutputlabel) at ([xshift=0.88in]mtinputlabel.east)
{{
\scriptsize
\color
{
red
}{
\textbf
{}}}}
;
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (mtinputlabel) (mtoutputlabel) (inputmarking) (outputmarking)]
{}
;
}
{
\node
[rectangle,fill=ublue,inner sep=0mm]
[fit = (mtinputlabel) (mtoutputlabel) (inputmarking) (outputmarking)]
{{
\color
{
white
}
\textbf
{
\Large
{
MT 系统
}}}}
;
}
%\begin{scope}[scale=0.9,xshift=1.2in,yshift=-1.2in,level distance=20pt,sibling distance=0pt]
%
%\end{scope}
\end{scope}
\end{tikzpicture}
Chapter2/Figures/figure-mt=language-analysis+translation-engine.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\vspace
{
0.3em
}
\begin{tikzpicture}
\begin{scope}
\node
[] (input) at (0,0)
{{
\scriptsize
猫喜欢吃鱼
}}
;
{
\begin{scope}
[scale=0.8,xshift=0.9in,yshift=-0.87in,level distance=20pt,sibling distance=-1pt,grow'=up]
{
\scriptsize
\Tree
[.
\node
(sn0)
{
IP
}
;
[.
\node
(sn1)
{
NP
}
;
[.
\node
(sn2)
{
NN
}
;
\node
(sw1)
{
猫
}
; ]
]
[.
\node
(sn3)
{
VP
}
;
[.
\node
(sn4)
{
VV
}
;
\node
(sw2)
{
喜欢
}
; ]
[.
\node
(sn5)
{
VP
}
;
\edge
[roof]
;
\node
(sw3)
{
吃
\
鱼
}
; ]
]
]
}
\end{scope}
\node
[anchor=west,draw,thick,inner sep=3pt,ublue] (mtengine) at ([xshift=1.05in]input.east)
{{
\scriptsize
MT系统
}}
;
\begin{scope}
[scale=0.8,xshift=3.0in,yshift=-0.87in,level distance=20pt,sibling distance=-3pt,grow'=up]
{
\scriptsize
\Tree
[.
\node
(tn0)
{
S
}
;
[.
\node
(tn1)
{
NP
}
;
[.
\node
(tn2)
{
NNS
}
;
\node
(tw1)
{
cats
}
; ]
]
[.
\node
(tn3)
{
VP
}
;
[.
\node
(tn4)
{
VB
}
;
\node
(tw2)
{
like
}
; ]
[.
\node
(tn5)
{
VP
}
;
\edge
[roof]
;
\node
(tw3)
{
eating fish
}
; ]
]
]
}
\end{scope}
}
\node
[] (output) at ([xshift=3.35in]input.east)
{{
\scriptsize
Cats like eating fish
}}
;
\draw
[->,thick]
([xshift=-1pt]input.east) -- ([xshift=8pt]input.east);
\draw
[->,thick]
([xshift=-10pt]output.west) -- ([xshift=-0pt]output.west);
{
\draw
[->,thick]
([xshift=-12pt]mtengine.west) -- ([xshift=-2pt]mtengine.west);
\draw
[->,thick]
([xshift=2pt]mtengine.east) -- ([xshift=12pt]mtengine.east);
}
{
\node
[minimum height=4em,minimum width=4.5em]
(inputmarking) at (0.85in,-0.39in)
{}
;
\node
[minimum height=4em,minimum width=5.2em]
(outputmarking) at (2.55in,-0.39in)
{}
;
}
\node
[anchor=south] (inputlabel) at ([yshift=-0.5em]input.north)
{{
\scriptsize
\color
{
red
}{
\textbf
{
输入
}}}}
;
\node
[anchor=south] (outputlabel) at ([yshift=-0.5em]output.north)
{{
\scriptsize
\color
{
red
}{
\textbf
{
输出
}}}}
;
{
\node
[anchor=west] (mtinputlabel) at ([xshift=0.29in]inputlabel.east)
{{
\scriptsize
\color
{
red
}{
\textbf
{
实际的输入
}}}}
;
\node
[anchor=west] (mtoutputlabel) at ([xshift=1.0in]mtinputlabel.east)
{{
\scriptsize
\color
{
red
}{
\textbf
{
实际的输出
}}}}
;
\node
[rectangle,draw=ublue, inner sep=0mm]
[fit = (mtinputlabel) (mtoutputlabel) (inputmarking) (outputmarking)]
{}
;
}
\end{scope}
\end{tikzpicture}
Chapter2/Figures/figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex
deleted
100644 → 0
查看文件 @
1035cc80
%%% outline
%-------------------------------------------------------------------------
\begin{tabular}
{
l c c c
}
&
\begin{tikzpicture}
\begin{scope}
[sibling distance=-5pt, level distance=20pt]
{
\footnotesize
\Tree
[.IP
[.VP
[.VP
[.NN 猫 ]
[.VV 喜欢 ]
]
[.VV 吃 ]
]
[.NP
[.NN 鱼 ]
]
]
}
\end{scope}
\end{tikzpicture}
&
\begin{tikzpicture}
\begin{scope}
[sibling distance=-5pt, level distance=20pt]
{
\footnotesize
\Tree
[.IP
[.NP
[.NN 猫 ]
]
[.VP
[.VV 喜欢 ]
[.VP
[.VV 吃 ]
[.NN 鱼 ]
]
]
]
}
\end{scope}
\end{tikzpicture}
&
\begin{tikzpicture}
\begin{scope}
[sibling distance=-5pt, level distance=20pt]
{
\footnotesize
\Tree
[.IP
[.NP
[.NN 猫 ]
]
[.VP
[.VP
[.VV 喜欢 ]
[.VV 吃 ]
]
[.NP
[.NN 鱼 ]
]
]
]
}
\end{scope}
\end{tikzpicture}
\\
语言学家:
&
不对
&
对
&
不对
\\
我们:
&
似乎对了
&
比较肯定
&
不太可能
\\
分析器:
&
$
\textrm
{
P
}
=
0
.
2
$
&
$
\textrm
{
P
}
=
0
.
6
$
&
$
\textrm
{
P
}
=
0
.
1
$
\end{tabular}
%---------------------------------------------------------------------
Chapter2/Figures/figure-phrase-structure-tree-and-dependency-tree.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
[sibling distance=7pt,level distance=22pt]
\Tree
[.\node[inner sep=1pt]
(sn0)
{
IP
\scriptsize
{
:句子
}}
;
[.
\node
[inner sep=1pt]
(sn1)
{
NP
\scriptsize
{
:名
}}
;
[.
\node
[inner sep=1pt]
(sn2)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
猫
}
; ]
]
[.
\node
[inner sep=1pt]
(sn3)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt]
(sn4)
{
VV
\tiny
{
:动词
}}
;
\node
(sw2)
{
喜欢
}
; ]
[.
\node
[inner sep=1pt]
(sn5)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt]
(sn6)
{
VV
\tiny
{
:动词
}}
;
\node
(sw1)
{
吃
}
; ]
[.
\node
[inner sep=1pt]
(sn7)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.\node[inner sep=1pt]
(sn0)
{
IP
\scriptsize
{
:句子
}}
;
[.
\node
[inner sep=1pt]
(sn1)
{
NP
\scriptsize
{
:名
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn2)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
猫
}
; ]
]
[.
\node
[inner sep=1pt]
(sn3)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn4)
{
VV
\tiny
{
:动词
}}
;
\node
(sw2)
{
喜欢
}
; ]
[.
\node
[inner sep=1pt]
(sn5)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn6)
{
VV
\tiny
{
:动词
}}
;
\node
(sw1)
{
吃
}
; ]
[.
\node
[inner sep=1pt,fill=blue!20]
(sn7)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.\node[inner sep=1pt,fill=red!20]
(sn0)
{
IP
\scriptsize
{
:句子
}}
;
[.
\node
[inner sep=1pt,fill=red!20]
(sn1)
{
NP
\scriptsize
{
:名
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn2)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
猫
}
; ]
]
[.
\node
[inner sep=1pt,fill=red!20]
(sn3)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn4)
{
VV
\tiny
{
:动词
}}
;
\node
(sw2)
{
喜欢
}
; ]
[.
\node
[inner sep=1pt]
(sn5)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn6)
{
VV
\tiny
{
:动词
}}
;
\node
(sw1)
{
吃
}
; ]
[.
\node
[inner sep=1pt,fill=blue!20]
(sn7)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
鱼
}
; ]
]
]
]
\Tree
[.\node[inner sep=1pt,fill=red!20]
(sn0)
{
IP
\scriptsize
{
:句子
}}
;
[.
\node
[inner sep=1pt,fill=red!20]
(sn1)
{
NP
\scriptsize
{
:名
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn2)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
猫
}
; ]
]
[.
\node
[inner sep=1pt,fill=red!20]
(sn3)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt,fill=blue!20]
(sn4)
{
VV
\tiny
{
:动词
}}
;
\node
(sw2)
{
喜欢
}
; ]
[.
\node
[inner sep=1pt,fill=green!20]
(sn5)
{
VP
\scriptsize
{
:动
}}
;
[.
\node
[inner sep=1pt,fill=green!20]
(sn6)
{
VV
\tiny
{
:动词
}}
;
\node
(sw1)
{
吃
}
; ]
[.
\node
[inner sep=1pt,fill=green!20]
(sn7)
{
NN
\tiny
{
:名词
}}
;
\node
(sw1)
{
鱼
}
; ]
]
]
]
\end{scope}
\begin{scope}
[xshift=1.7in,yshift=-0.4in]
\node
[,inner sep=2pt] (w1) at (0,0)
{
猫
}
;
\node
[anchor=west,inner sep=2pt] (w2) at ([xshift=0.8em,yshift=3em]w1.east)
{
喜欢
}
;
\node
[anchor=west,inner sep=2pt] (w3) at ([xshift=4.5em]w1.east)
{
吃
}
;
\node
[anchor=west,inner sep=2pt] (w4) at ([xshift=2em,yshift=-3em]w3.east)
{
鱼
}
;
\draw
[-,ultra thick,ublue] (w1.north east) -- (w2.south) node [pos=0.3, above, xshift=-0.5em]
{
\color
{
red
}{
\tiny
{
主谓
}}}
;
\draw
[-,ultra thick,red] (w3.north west) -- (w2.south) node [pos=0.3, above, xshift=0.5em]
{
\color
{
red
}{
\tiny
{
连动
}}}
;
\draw
[-,ultra thick,ugreen] (w3.south east) -- (w4.north west) node [pos=0.5, above, xshift=0.5em]
{
\color
{
red
}{
\tiny
{
谓宾
}}}
;
\end{scope}
\end{tikzpicture}
Chapter2/Figures/figure-probability-values-corresponding-to-different-derivations.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
\node
[] (sent) at (0,0)
{
\textbf
{
猫 喜欢 吃 鱼
}}
;
\end{scope}
\begin{scope}
[xshift=-8em,yshift=-9em,sibling distance=-5pt,level distance=17pt,grow'=up]
{
\footnotesize
\Tree
[.IP
[.VP
[.VP
[.NN 猫 ]
[.VV 喜欢 ]
]
[.VV 吃 ]
]
[.NP
[.NN 鱼 ]
]
]
}
\end{scope}
\begin{scope}
[xshift=-1em,yshift=-9em,sibling distance=-5pt,level distance=17pt,grow'=up]
{
\footnotesize
\Tree
[.IP
[.NP
[.NN 猫 ]
]
[.VP
[.VV 喜欢 ]
[.VP
[.VV 吃 ]
[.NN 鱼 ]
]
]
]
}
\end{scope}
\begin{scope}
[xshift=8em,yshift=-9em,sibling distance=-5pt, level distance=17pt,grow'=up]
{
\footnotesize
\Tree
[.IP
[.NP
[.NN 猫 ]
]
[.VP
[.VP
[.VV 喜欢 ]
[.VV 吃 ]
]
[.NP
[.NN 鱼 ]
]
]
]
}
\end{scope}
\draw
[->,thick,ublue] ([xshift=-2em]sent.south) ..controls + (south:2em) and +(north:2em).. ([xshift=-8em,yshift=-2em]sent.south);
\draw
[->,thick,ublue] ([xshift=-1em]sent.south) ..controls + (south:2em) and +(north:2em).. ([xshift=-2em,yshift=-2em]sent.south);
\draw
[->,thick,ublue] ([xshift=0em]sent.south) ..controls + (south:2em) and +(north:2em).. ([xshift=6.5em,yshift=-2em]sent.south);
\draw
[->,thick,ublue,dotted] ([xshift=1em]sent.south) ..controls + (south:1.5em) and +(north:2.5em).. ([xshift=12.5em,yshift=-2em]sent.south);
\node
[anchor=north west] (others) at (11.8em,-3em)
{
...
}
;
\node
[] (d1) at (-9em,-10em)
{$
d
_
1
$}
;
\node
[] (d2) at (0em,-10em)
{$
d
_
2
$}
;
\node
[] (d3) at (8.5em,-10em)
{$
d
_
2
$}
;
\node
[anchor=east] (d1p) at ([xshift=0.4em]d1.west)
{$
\textrm
{
P
}
(
$}
;
\node
[anchor=west] (d1p2) at ([xshift=-0.4em]d1.east)
{$
)=
0
.
0123
$}
;
\node
[anchor=east] (d2p) at ([xshift=0.4em]d2.west)
{$
\textrm
{
P
}
(
$}
;
\node
[anchor=west] (d2p2) at ([xshift=-0.4em]d2.east)
{$
)=
0
.
4031
$}
;
\node
[anchor=east] (d3p) at ([xshift=0.4em]d3.west)
{$
\textrm
{
P
}
(
$}
;
\node
[anchor=west] (d3p2) at ([xshift=-0.4em]d3.east)
{$
)=
0
.
0056
$}
;
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-process-of-statistical-syntax-analysis.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
{
\scriptsize
\begin{scope}
[level distance=10pt,xshift=1.5em,yshift=-0.5em]
{
\tiny
\Tree
[.\node[inner sep=1pt]
(t1n1)
{
IP
}
;
[.
\node
[inner sep=1pt]
(t1n2)
{
VP
}
;
[.
\node
[inner sep=1pt]
(t1n3)
{
VV
}
;
\node
[]
(t1w1)
{
看
}
; ]
]
[.
\node
[inner sep=1pt]
(t1n4)
{
NP
}
;
[.
\node
[inner sep=1pt]
(t1n5)
{
M
}
; 个 ]
[.
\node
[inner sep=1pt]
(t1n6)
{
NN
}
; 例子 ]
]
]
}
\end{scope}
\begin{scope}
[level distance=10pt,xshift=6.5em,yshift=-0.5em]
{
\tiny
\Tree
[.\node[inner sep=1pt]
(t2n1)
{
IP
}
;
[.
\node
[inner sep=1pt]
(t2n2)
{
NP
}
;
[.
\node
[inner sep=1pt]
(t2n3)
{
PN
}
; 你 ]
]
[.
\node
[inner sep=1pt]
(t2n4)
{
VP
}
;
[.
\node
[inner sep=1pt]
(t2n5)
{
VV
}
; 看到 ]
[.
\node
[inner sep=1pt]
(t2n6)
{
AS
}
;
\node
[]
(t2wn)
{
了
}
; ]
]
]
}
\end{scope}
\node
[anchor=west] (othertrees) at ([xshift=1em]t2n1.east)
{
...
}
;
\node
[anchor=south west] (corpuslabel) at ([xshift=-1em]t1n1.north west)
{{
\color
{
ublue
}
\textbf
{
学习用数据
}}}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (t1n1) (t1w1) (t2wn) (othertrees) (corpuslabel)] (corpus)
{}
;
\end{pgfonlayer}
}
\node
[anchor=west,ugreen] (P) at ([xshift=5.95em,yshift=-0.8em]corpus.east)
{
\large
{
P(
$
\cdot
$
)
}}
;
\node
[anchor=south] (modellabel) at (P.north)
{{
\color
{
ublue
}
{
\scriptsize
\textbf
{
统计分析模型
}}}}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (P) (modellabel)] (model)
{}
;
\end{pgfonlayer}
\draw
[->,very thick,ublue] ([xshift=0.2em]corpus.east) -- ([xshift=4.2em]corpus.east) node [pos=0.5, above]
{
\color
{
red
}{
\scriptsize
{
统计学习
}}}
;
\draw
[->,very thick,ublue] ([xshift=0.2em]model.east) -- ([xshift=4.2em]model.east) node [pos=0.5, above]
{
\color
{
red
}{
\scriptsize
{
搜索
\&
计算
}}}
;
{
\scriptsize
\node
[anchor=north west] (sentlabel) at ([xshift=6.2em,yshift=-1em]model.north east)
{{
\color
{
ublue
}
{
\scriptsize
\textbf
{
统计分析模型
}}}}
;
\node
[anchor=north west] (sent) at (sentlabel.south west)
{
\textbf
{
对任意句子进行分析
}}
;
}
\begin{pgfonlayer}
{
background
}
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (sentlabel) (sent)] (parser)
{}
;
\end{pgfonlayer}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-rules-of-grammar.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\small
\node
[anchor=west,inner sep=2pt] (r1) at (0,0)
{$
r
_
1
$
: NN
$
\to
$
猫
}
;
\node
[anchor=west,inner sep=2pt] (r2) at ([xshift=6em]r1.east)
{$
r
_
2
$
: VV
$
\to
$
喜欢
}
;
\node
[anchor=north west,inner sep=2pt] (r3) at ([yshift=-0.2em]r1.south west)
{$
r
_
3
$
: VV
$
\to
$
吃
}
;
\node
[anchor=north west,inner sep=2pt] (r4) at ([yshift=-0.2em]r2.south west)
{$
r
_
4
$
: NN
$
\to
$
鱼
}
;
\node
[anchor=north west,inner sep=2pt] (r5) at ([yshift=-0.2em]r3.south west)
{$
r
_
5
$
: NP
$
\to
$
NN
}
;
\node
[anchor=north west,inner sep=2pt] (r6) at ([yshift=-0.2em]r4.south west)
{$
r
_
6
$
: VP
$
\to
$
VV NN
}
;
\node
[anchor=north west,inner sep=2pt] (r7) at ([yshift=-0.2em]r5.south west)
{$
r
_
7
$
: VP
$
\to
$
VV VP
}
;
\node
[anchor=north west,inner sep=2pt] (r8) at ([yshift=-0.2em]r6.south west)
{$
r
_
8
$
: IP
$
\to
$
NP VP
}
;
\node
[anchor=west,inner sep=2pt,fill=blue!20] (r1) at (0,0)
{$
r
_
1
$
: NN
$
\to
$
猫
}
;
\node
[anchor=west,inner sep=2pt,fill=blue!20] (r2) at ([xshift=6em]r1.east)
{$
r
_
2
$
: VV
$
\to
$
喜欢
}
;
\node
[anchor=north west,inner sep=2pt,fill=blue!20] (r3) at ([yshift=-0.2em]r1.south west)
{$
r
_
3
$
: VV
$
\to
$
吃
}
;
\node
[anchor=north west,inner sep=2pt,fill=blue!20] (r4) at ([yshift=-0.2em]r2.south west)
{$
r
_
4
$
: NN
$
\to
$
鱼
}
;
\node
[anchor=north west,inner sep=2pt,fill=red!20] (r5) at ([yshift=-0.2em]r3.south west)
{$
r
_
5
$
: NP
$
\to
$
NN
}
;
\node
[anchor=north west,inner sep=2pt,fill=green!20] (r6) at ([yshift=-0.2em]r4.south west)
{$
r
_
6
$
: VP
$
\to
$
VV NN
}
;
\node
[anchor=north west,inner sep=2pt,fill=green!20] (r7) at ([yshift=-0.2em]r5.south west)
{$
r
_
7
$
: VP
$
\to
$
VV VP
}
;
\node
[anchor=north west,inner sep=2pt,fill=green!20] (r8) at ([yshift=-0.2em]r6.south west)
{$
r
_
8
$
: IP
$
\to
$
NP VP
}
;
\node
[anchor=north west,fill=blue!20] (sent1) at ([yshift=-0.4em]r7.south west)
{$
r
_
1
,r
_
2
,r
_
3
,r
_
4
$}
;
\node
[anchor=west] (sent1part2) at (sent1.east)
{
为生成单词词性的规则
}
;
\node
[anchor=north west,fill=red!20] (sent2) at ([yshift=-0.2em]sent1.south west)
{$
r
_
5
$}
;
\node
[anchor=west] (sent2part2) at (sent2.east)
{
为单变量规则,它将词性NN进一步抽象为名词短语NP
}
;
\node
[anchor=north west,fill=green!20] (sent3) at ([yshift=-0.2em]sent2.south west)
{$
r
_
6
,r
_
7
,r
_
8
$}
;
\node
[anchor=west] (sent3part2) at (sent3.east)
{
为句法结构规则,比如
$
r
_
8
$
表示了主(NP)+谓(VP)结构
}
;
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-two-different-derivation-of-regulation.tex
deleted
100644 → 0
查看文件 @
1035cc80
%%% outline
%-------------------------------------------------------------------------
\begin{minipage}
[t]
{
0.32
\linewidth
}
\vspace
{
1.5em
}
\begin{tikzpicture}
\begin{scope}
[sibling distance=3pt, level distance=25pt]
{
\small
\Tree
[.IP
[.NP
[.NN
\node
(sw1)
{
猫
}
; ]
]
[.VP
[.VV
\node
(sw2)
{
喜欢
}
; ]
[.VP
[.VV
\node
(sw1)
{
吃
}
; ]
[.NN
\node
(sw1)
{
鱼
}
; ]
]
]
]
}
\end{scope}
\end{tikzpicture}
\end{minipage}
\hfill
\begin{minipage}
[t]
{
0.32
\linewidth
}
{
\small
\begin{eqnarray}
&
&
\textrm
{
\textbf
{
推导1
}}
\nonumber
\\
&
&
\textrm
{
IP
}
\nonumber
\\
&
\overset
{
r
_
8
}{
\Rightarrow
}
&
\textrm
{
NP VP
}
\nonumber
\\
&
\overset
{
r
_
5
}{
\Rightarrow
}
&
\textrm
{
NN VP
}
\nonumber
\\
&
\overset
{
r
_
1
}{
\Rightarrow
}
&
\textrm
{
猫 VP
}
\nonumber
\\
&
\overset
{
r
_
7
}{
\Rightarrow
}
&
\textrm
{
猫 VV VP
}
\nonumber
\\
&
\overset
{
r
_
2
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 VP
}
\nonumber
\\
&
\overset
{
r
_
6
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 VV NN
}
\nonumber
\\
&
\overset
{
r
_
3
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 吃 NN
}
\nonumber
\\
&
\overset
{
r
_
4
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 吃 鱼
}
\nonumber
\end{eqnarray}
}
\end{minipage}
\hfill
\begin{minipage}
[t]
{
0.32
\linewidth
}
{
\small
\begin{eqnarray}
&
&
\textrm
{
\textbf
{
推导2
}}
\nonumber
\\
&
&
\textrm
{
IP
}
\nonumber
\\
&
\overset
{
r
_
8
}{
\Rightarrow
}
&
\textrm
{
NP VP
}
\nonumber
\\
&
\overset
{
r
_
7
}{
\Rightarrow
}
&
\textrm
{
NP VV VP
}
\nonumber
\\
&
\overset
{
r
_
2
}{
\Rightarrow
}
&
\textrm
{
NP 喜欢 VP
}
\nonumber
\\
&
\overset
{
r
_
6
}{
\Rightarrow
}
&
\textrm
{
NP 喜欢 VV NN
}
\nonumber
\\
&
\overset
{
r
_
4
}{
\Rightarrow
}
&
\textrm
{
NP 喜欢 VV 鱼
}
\nonumber
\\
&
\overset
{
r
_
5
}{
\Rightarrow
}
&
\textrm
{
NN 喜欢 VV 鱼
}
\nonumber
\\
&
\overset
{
r
_
3
}{
\Rightarrow
}
&
\textrm
{
NN 喜欢 吃 鱼
}
\nonumber
\\
&
\overset
{
r
_
1
}{
\Rightarrow
}
&
\textrm
{
猫 喜欢 吃 鱼
}
\nonumber
\end{eqnarray}
}
\end{minipage}
%---------------------------------------------------------------------
Chapter2/Figures/figure-usage-of-regulation.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
\node
[anchor=west] (arule) at (0,0)
{
\large
{$
u
\overset
{
r
}{
\Rightarrow
}
v
$}}
;
\node
[anchor=west,inner sep=2pt] (u) at ([xshift=-4em,yshift=-4em]arule.west)
{
VV
}
;
\node
[anchor=west,inner sep=2pt,fill=orange!40] (u) at ([xshift=-4em,yshift=-4em]arule.west)
{
VV
}
;
\node
[anchor=west] (upart2) at (u.east)
{
NN
}
;
\node
[anchor=east] (unumber) at (u.west)
{$
u:
$}
;
\node
[anchor=west,inner sep=2pt] (r) at ([xshift=-3em,yshift=2.5em]u.west)
{
VV
}
;
\node
[anchor=west,inner sep=2pt,fill=orange!40] (r) at ([xshift=-3em,yshift=2.5em]u.west)
{
VV
}
;
\node
[anchor=west] (rpart2) at (r.east)
{$
\to
$}
;
\node
[anchor=west,inner sep=2pt] (rpart3) at (rpart2.east)
{
吃
}
;
\node
[anchor=east] (rnumber) at (r.west)
{$
r:
$}
;
\node
[anchor=west,inner sep=2pt,fill=red!20] (rpart3) at (rpart2.east)
{
吃
}
;
\node
[anchor=west] (v) at ([xshift=5.5em]u.east)
{$
v
$
:
}
;
\node
[anchor=west,inner sep=2pt,fill=red!20] (vpart2) at (v.east)
{
吃
}
;
\node
[anchor=west] (vpart3) at (vpart2.east)
{
NN
}
;
\node
[anchor=west] (arrow) at ([xshift=3em]u.east)
{$
\Rightarrow
$}
;
\draw
[<-,dotted,thick] ([xshift=0.6em]arule.south west) ..controls +(south:0.7) and +(north:0.7).. ([xshift=-1.0em]upart2.north east);
\draw
[<-,dotted,thick] ([xshift=-0.6em]arule.south east) ..controls +(south:0.7) and +(north:0.7).. ([xshift=1.0em]v.north west);
\draw
[<-,dotted,thick] ([xshift=-0.4em,yshift=-0.5em]arule.north) ..controls +(180:0.7) and +(50:0.7) .. ([xshift=1em]rpart2.north west);
\draw
[->,dotted,thick,ublue] (r.south) ..controls +(south:0.5) and +(north:0.5).. ([yshift=0]u.north);
\end{scope}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/Figures/figure-word-segmentation-based-on-statistics.tex
deleted
100644 → 0
查看文件 @
1035cc80
\definecolor
{
ublue
}{
rgb
}{
0.152,0.250,0.545
}
\definecolor
{
ugreen
}{
rgb
}{
0,0.5,0
}
%%% outline
%-------------------------------------------------------------------------
\vspace
{
-0.5em
}
\begin{tikzpicture}
{
\scriptsize
{
\node
[anchor=north west] (entry1) at (0,0)
{
\textbf
{
1:
}
这 / 是 / 数据
}
;
\node
[anchor=north west] (entry2) at ([yshift=0.1em]entry1.south west)
{
\textbf
{
2:
}
现在 / 已经 / 实现
}
;
\node
[anchor=north west] (entry3) at ([yshift=0.1em]entry2.south west)
{
\textbf
{
3:
}
确实 / 有 / 很 / 多
}
;
\node
[anchor=north west] (entry4) at ([yshift=0.1em]entry3.south west)
{
...
}
;
\node
[anchor=south west] (corpuslabel) at (entry1.north west)
{{
\color
{
ublue
}
\textbf
{
学习用数据
}}}
;
}
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (entry1) (entry2) (entry3) (entry4) (corpuslabel)] (corpus)
{}
;
}
\end{pgfonlayer}
}
{
\node
[anchor=west,ugreen] (P) at ([xshift=5.2em,yshift=-0.8em]corpus.east)
{
\large
{
P(
$
\cdot
$
)
}}
;
\node
[anchor=south] (modellabel) at (P.north)
{{
\color
{
ublue
}
{
\scriptsize
\textbf
{
统计模型
}}}}
;
}
\begin{pgfonlayer}
{
background
}
{
\node
[rectangle,draw=ublue,thick,inner sep=0.2em,fill=white,drop shadow]
[fit = (P) (modellabel)] (model)
{}
;
}
\end{pgfonlayer}
{
\draw
[->,very thick,ublue] ([xshift=0.2em]corpus.east) -- ([xshift=4.2em]corpus.east) node [pos=0.5, above]
{
\color
{
red
}{
\scriptsize
{
统计学习
}}}
;
}
{
\draw
[->,very thick,ublue] ([xshift=0.2em]model.east) -- ([xshift=4.2em]model.east) node [pos=0.5, above]
{
\color
{
red
}{
\scriptsize
{
搜索
\&
计算
}}}
;
}
{
\scriptsize
{
\node
[anchor=north west] (sentlabel) at ([xshift=6.8em,yshift=2em]model.north east)
{
\color
{
red
}{
新的句子
}}
;
\node
[anchor=north west] (sent) at (sentlabel.south west)
{
\textbf
{
确实现在数据很多
}}
;
}
{
\node
[anchor=north west] (seg1) at ([xshift=1.0em]sent.south west)
{
确/实现/在/数/据很/多
}
;
\node
[anchor=north west] (seg2) at (seg1.south west)
{
确实/现在/数据/很/多
}
;
\node
[anchor=north west] (seg3) at (seg2.south west)
{
确实/现在/数/据/很/多
}
;
}
{
\node
[anchor=north west] (seg4) at ([xshift=-1.0em,yshift=0.4em]seg3.south west)
{
...
}
;
\node
[anchor=east,ugreen] (p1seg1) at ([xshift=0.5em]seg1.west)
{
P(
}
;
\node
[anchor=west,ugreen] (p2seg1) at ([xshift=-0.5em]seg1.east)
{
)=0.1
}
;
\node
[anchor=east,ugreen] (p1seg2) at ([xshift=0.5em]seg2.west)
{
P(
}
;
\node
[anchor=west,ugreen] (p2seg2) at ([xshift=-0.5em]seg2.east)
{
)=0.6
}
;
\node
[anchor=east,ugreen] (p1seg3) at ([xshift=0.5em]seg3.west)
{
P(
}
;
\node
[anchor=west,ugreen] (p2seg3) at ([xshift=-0.5em]seg3.east)
{
)=0.2
}
;
}
{
\node
[anchor=east,draw,dashed,red,thick,minimum width=13em,minimum height=1.4em] (final) at (p2seg2.east)
{}
;
\node
[anchor=west,red] (finallabel) at ([xshift=3.1em]sentlabel.east)
{
输出概率最大的结果
}
;
%\node [anchor=north east,red] (finallabel2) at ([yshift=0.5em]finallabel.south east) {的结果};
\draw
[->,thick,red] ([xshift=0.0em,yshift=-0.5em]final.north east) ..controls +(east:0.3) and +(south:0.0).. ([xshift=1.0em]finallabel.south);
}
}
\end{tikzpicture}
%---------------------------------------------------------------------
Chapter2/chapter2.tex
查看文件 @
f722965f
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论