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
b87c1f4e
Commit
b87c1f4e
authored
Sep 10, 2020
by
zhoutao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新第三章检查
parent
c9d57ffd
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
307 行增加
和
33 行删除
+307
-33
Chapter3/Figures/figure-a-simple-pre-processing-process.tex
+1
-1
Chapter3/Figures/figure-crf-to-deal-with-sequence-problems.tex
+3
-3
Chapter3/Figures/figure-evaluation-of-probability-for-grammar.tex
+6
-6
Chapter3/Figures/figure-examples-of-chinese-word-segmentation-based-on-1-gram-model.tex
+6
-6
Chapter3/Figures/figure-mt-system-as-a-black-box.tex
+1
-1
Chapter3/Figures/figure-mt=language-analysis+translation-engine.tex
+3
-3
Chapter3/Figures/figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex
+3
-3
Chapter3/Figures/figure-probability-values-corresponding-to-different-derivations.tex
+3
-3
Chapter3/Figures/figure-process-of-statistical-syntax-analysis.tex
+1
-1
Chapter3/Figures/figure-transition-prob-and-launch-prob-in-coin-toss-game.tex
+1
-1
Chapter3/Figures/figure-word-segmentation-based-on-statistics.tex
+5
-5
Chapter3/chapter3.aux
+274
-0
Chapter3/chapter3.tex
+0
-0
没有找到文件。
Chapter3/Figures/figure-a-simple-pre-processing-process.tex
查看文件 @
b87c1f4e
...
...
@@ -13,7 +13,7 @@
\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
[draw,thick,anchor=west,ublue] (smt) at ([xshift=1em]mtinput.east)
{
机器翻译
系统
}
;
\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);
...
...
Chapter3/Figures/figure-crf-to-deal-with-sequence-problems.tex
查看文件 @
b87c1f4e
...
...
@@ -5,10 +5,10 @@
\node
[anchor=west,hide]
(y2)at([xshift=2em]y1.east)
{$
y
_
2
$}
;
\node
[anchor=west,hide]
(y3)at([xshift=2em]y2.east)
{$
y
_
3
$}
;
\node
[anchor=west,line width=1pt,inner sep=2pt,minimum size=2em]
(dots)at([xshift=2em]y3.east)
{$
\cdots
$}
;
\node
[anchor=west,hide]
(yn-1)at([xshift=2em]dots.east)
{$
y
_{
n
-
1
}$}
;
\node
[anchor=west,hide]
(yn)at([xshift=2em]yn-1.east)
{$
y
_
n
$}
;
\node
[anchor=west,hide]
(yn-1)at([xshift=2em]dots.east)
{$
y
_{
m
-
1
}$}
;
\node
[anchor=west,hide]
(yn)at([xshift=2em]yn-1.east)
{$
y
_
m
$}
;
\node
[anchor=north,draw,line width=1pt,inner sep=2pt,fill=red!30,minimum height=2em,minimum width=12em]
(see)at ([yshift=-3em,xshift=2em]y3.south)
{$
\mathbf
{
X
}
=(
x
_
1
,x
_
2
,
\ldots
,x
_{
n
-
1
}
,x
_
n
)
$}
;
\node
[anchor=north,draw,line width=1pt,inner sep=2pt,fill=red!30,minimum height=2em,minimum width=12em]
(see)at ([yshift=-3em,xshift=2em]y3.south)
{$
\mathbf
{
X
}
=(
x
_
1
,x
_
2
,
\ldots
,x
_{
m
-
1
}
,x
_
m
)
$}
;
\node
[anchor=south,font=\footnotesize]
at ([yshift=1em,xshift=2em]y3.north)
{
待预测的隐藏状态序列
}
;
\node
[anchor=north,font=\footnotesize]
at ([yshift=-1em]see.south)
{
可见状态序列
}
;
...
...
Chapter3/Figures/figure-evaluation-of-probability-for-grammar.tex
查看文件 @
b87c1f4e
...
...
@@ -56,18 +56,18 @@
\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] (math1) at ([xshift=2em]treebank.north east)
{
$
\funp
{
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] (math2) at ([yshift=-6em]math1.north west)
{
$
\funp
{
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] (math3) at ([yshift=-6em]math2.north west)
{
$
\funp
{
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
}
...
...
Chapter3/Figures/figure-examples-of-chinese-word-segmentation-based-on-1-gram-model.tex
查看文件 @
b87c1f4e
...
...
@@ -19,7 +19,7 @@
\end{pgfonlayer}
}
\node
[anchor=west,ugreen] (P) at ([xshift=5.2em,yshift=-0.8em]corpus.east)
{
\large
{
\funp
{
P
}
(
$
\cdot
$
)
}}
;
\node
[anchor=west,ugreen] (P) at ([xshift=5.2em,yshift=-0.8em]corpus.east)
{
\large
{
$
\funp
{
P
}
(
\cdot
)
$
}}
;
\node
[anchor=south] (modellabel) at (P.north)
{{
\color
{
ublue
}
{
\scriptsize
\textbf
{
统计模型
}}}}
;
\begin{pgfonlayer}
{
background
}
...
...
@@ -41,9 +41,9 @@
{
\footnotesize
{
\node
[anchor=west] (label1) at (0,6em)
{
实际上,通过学习我们得到了一个分词模型
\funp
{
P
}
(
$
\cdot
$
)
,给定任意的分词结果
}
;
\node
[anchor=north west] (label1part2) at ([yshift=0.5em]label1.south west)
{$
W
=
w
_
1
w
_
2
...w
_
n
$
,都能通过
\funp
{
P
}
(
$
W
$
)=
$
\funp
{
P
}
(
w
_
1
)
\cdot
\funp
{
P
}
(
w
_
2
)
\cdot
...
\cdot
\funp
{
P
}
(
w
_
n
)
$
计算这种分词的
\hspace
{
0.13em
}
}
;
\node
[anchor=north west] (label1part3) at ([yshift=0.5em]label1part2.south west)
{
概率值
}
;
\node
[anchor=west] (label1) at (0,6em)
{
实际上,通过学习我们得到了一个分词模型
$
\funp
{
P
}
(
\cdot
)
$
,给定任意的分词结果
}
;
\node
[anchor=north west] (label1part2) at ([yshift=0.5em]label1.south west)
{$
W
=
w
_
1
w
_
2
...w
_
n
$
,都能通过
$
\funp
{
P
}
(
W
)=
\funp
{
P
}
(
w
_
1
)
\cdot
\funp
{
P
}
(
w
_
2
)
\cdot
...
\cdot
\funp
{
P
}
(
w
_
n
)
$
计算这种分
\hspace
{
0.13em
}
}
;
\node
[anchor=north west] (label1part3) at ([yshift=0.5em]label1part2.south west)
{
词的
概率值
}
;
}
\begin{pgfonlayer}
{
background
}
...
...
@@ -96,13 +96,13 @@
\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] (data41) at (data31.south west)
{
确实/现在/数据/很
/
多
}
;
}
{
\node
[anchor=north west] (data42) at (data32.south west)
{$
\funp
{
P
}
(
\textrm
{
确实
}
)
\cdot
\funp
{
P
}
(
\textrm
{
现在
}
)
\cdot
\funp
{
P
}
(
\textrm
{
数据
}
)
\cdot
$}
;
}
{
\node
[anchor=north west] (data43) at ([yshift=-0.
2em,xshift=-2
em]data33.south west)
{
\color
{
red
}{
\textbf
{
输出
}}}
;
\node
[anchor=north west] (data43) at ([yshift=-0.
4em,xshift=-1.4
em]data33.south west)
{
\color
{
red
}{
\textbf
{
输出
}}}
;
\draw
[->,red,thick] (data43.west)--([xshift=-1em]data43.west);
}
{
...
...
Chapter3/Figures/figure-mt-system-as-a-black-box.tex
查看文件 @
b87c1f4e
...
...
@@ -35,7 +35,7 @@
}
{
\node
[rectangle,fill=ublue,inner sep=2pt]
[fit = (mtinputlabel) (mtoutputlabel) (inputmarking) (outputmarking)]
{{
\color
{
white
}
\textbf
{
\Large
{
MT
系统
}}}}
;
\node
[rectangle,fill=ublue,inner sep=2pt]
[fit = (mtinputlabel) (mtoutputlabel) (inputmarking) (outputmarking)]
{{
\color
{
white
}
\textbf
{
\Large
{
机器翻译
系统
}}}}
;
}
...
...
Chapter3/Figures/figure-mt=language-analysis+translation-engine.tex
查看文件 @
b87c1f4e
...
...
@@ -25,7 +25,7 @@
}
\end{scope}
\node
[anchor=west,draw,thick,inner sep=3pt,ublue] (mtengine) at ([xshift=1.0
5in]input.east)
{{
\scriptsize
MT
系统
}}
;
\node
[anchor=west,draw,thick,inner sep=3pt,ublue] (mtengine) at ([xshift=1.0
in]input.east)
{{
\scriptsize
机器翻译
系统
}}
;
\begin{scope}
[scale=0.8,xshift=3.0in,yshift=-0.87in,level distance=20pt,sibling distance=-3pt,grow'=up]
{
\scriptsize
...
...
@@ -49,8 +49,8 @@
\draw
[->,thick]
([xshift=-6pt]output.west) -- ([xshift=2pt]output.west);
{
\draw
[->,thick]
([xshift=-1
2
pt]mtengine.west) -- ([xshift=-2pt]mtengine.west);
\draw
[->,thick]
([xshift=2pt]mtengine.east) -- ([xshift=1
2
pt]mtengine.east);
\draw
[->,thick]
([xshift=-1
0
pt]mtengine.west) -- ([xshift=-2pt]mtengine.west);
\draw
[->,thick]
([xshift=2pt]mtengine.east) -- ([xshift=1
0
pt]mtengine.east);
}
{
...
...
Chapter3/Figures/figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex
查看文件 @
b87c1f4e
...
...
@@ -72,9 +72,9 @@
\\
语言学家
:
&
不对
&
对
&
不对
\\
我们
:
&
似乎对了
&
比较肯定
&
不太可能
\\
分析器
:
&
$
\textrm
{
P
}
=
0
.
2
$
&
$
\textrm
{
P
}
=
0
.
6
$
&
$
\textrm
{
P
}
=
0
.
1
$
语言学家
:
&
不对
&
对
&
不对
\\
我们
:
&
似乎对了
&
比较肯定
&
不太可能
\\
分析器
:
&
$
\textrm
{
P
}
=
0
.
2
$
&
$
\textrm
{
P
}
=
0
.
6
$
&
$
\textrm
{
P
}
=
0
.
1
$
\end{tabular}
%---------------------------------------------------------------------
...
...
Chapter3/Figures/figure-probability-values-corresponding-to-different-derivations.tex
查看文件 @
b87c1f4e
...
...
@@ -76,11 +76,11 @@
\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=east] (d1p) at ([xshift=0.4em]d1.west)
{$
\
funp
{
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=east] (d2p) at ([xshift=0.4em]d2.west)
{$
\
funp
{
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=east] (d3p) at ([xshift=0.4em]d3.west)
{$
\
funp
{
P
}
(
$}
;
\node
[anchor=west] (d3p2) at ([xshift=-0.4em]d3.east)
{$
)=
0
.
0056
$}
;
\end{tikzpicture}
...
...
Chapter3/Figures/figure-process-of-statistical-syntax-analysis.tex
查看文件 @
b87c1f4e
...
...
@@ -46,7 +46,7 @@
\end{pgfonlayer}
}
\node
[anchor=west,ugreen] (P) at ([xshift=5.95em,yshift=-0.8em]corpus.east)
{
\large
{
P(
$
\cdot
$
)
}}
;
\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
}
...
...
Chapter3/Figures/figure-transition-prob-and-launch-prob-in-coin-toss-game.tex
查看文件 @
b87c1f4e
...
...
@@ -52,7 +52,7 @@
\draw
[thick]
(o.north west) -- (o.south east);
\node
[anchor=south west]
at ([yshift=-1em,xshift=-1.4em]o.45)
{
\tiny
{
可见
}}
;
\node
[anchor=north east]
at ([yshift=1em,xshift=1em]o.-135)
{
\tiny
{
隐
藏
}}
;
\node
[anchor=north east]
at ([yshift=1em,xshift=1em]o.-135)
{
\tiny
{
隐
含
}}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,inner sep=0.5em,rounded corners=2pt,fill=red!10] [fit = (o)(n32)(rc)(cb) ] (box1)
{}
;
...
...
Chapter3/Figures/figure-word-segmentation-based-on-statistics.tex
查看文件 @
b87c1f4e
...
...
@@ -29,7 +29,7 @@
}
{
\node
[anchor=west,ugreen] (P) at ([xshift=5.2em,yshift=-0.8em]corpus.east)
{
\large
{
\funp
{
P
}
(
$
\cdot
$
)
}}
;
\node
[anchor=west,ugreen] (P) at ([xshift=5.2em,yshift=-0.8em]corpus.east)
{
{$
\funp
{
P
}
(
\cdot
)
$
}}
;
\node
[anchor=south] (modellabel) at (P.north)
{{
\color
{
ublue
}
{
\scriptsize
\textbf
{
统计模型
}}}}
;
}
...
...
@@ -59,16 +59,16 @@
}
{
\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=east,ugreen] (p1seg1) at ([xshift=0.5em]seg1.west)
{
$
\funp
{
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=east,ugreen] (p1seg2) at ([xshift=0.5em]seg2.west)
{
$
\funp
{
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=east,ugreen] (p1seg3) at ([xshift=0.5em]seg3.west)
{
$
\funp
{
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=east,draw,dashed,red,thick,minimum width=13
.2
em,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.2) and +(south:1.0).. ([xshift=2.0em]finallabel.south);
...
...
Chapter3/chapter3.aux
0 → 100644
查看文件 @
b87c1f4e
\relax
\providecommand\zref
@newlabel[2]
{}
\providecommand\hyper
@newdestlabel[2]
{}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
chapter
}{
\numberline
{
1
}
词法分析和语法分析基础
}{
11
}{
chapter.1
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\addvspace
{
10
\p
@
}}
\@
writefile
{
lot
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lot
}{
\addvspace
{
10
\p
@
}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
section
}{
\numberline
{
1.1
}
问题概述
}{
11
}{
section.1.1
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.1
}{
\ignorespaces
机器翻译系统的结构
\relax
}}{
12
}{
figure.caption.3
}
\protected
@file@percent
}
\providecommand*\caption
@xref[2]
{
\@
setref
\relax\@
undefined
{
#1
}}
\newlabel
{
fig:3.1-1
}{{
1.1
}{
12
}{
机器翻译系统的结构
\relax
}{
figure.caption.3
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(a)
}{
\ignorespaces
{
机器翻译系统被看作一个黑盒
}}}{
12
}{
figure.caption.3
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(b)
}{
\ignorespaces
{
机器翻译系统 = 前/后处理 + 翻译引擎
}}}{
12
}{
figure.caption.3
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.2
}{
\ignorespaces
汉语句子“猫喜欢吃鱼”的分析结果(分词和句法分析)
\relax
}}{
12
}{
figure.caption.4
}
\protected
@file@percent
}
\newlabel
{
fig:3.1-2
}{{
1.2
}{
12
}{
汉语句子“猫喜欢吃鱼”的分析结果(分词和句法分析)
\relax
}{
figure.caption.4
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
section
}{
\numberline
{
1.2
}
中文分词
}{
13
}{
section.1.2
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.3
}{
\ignorespaces
一个简单的预处理流程
\relax
}}{
13
}{
figure.caption.5
}
\protected
@file@percent
}
\newlabel
{
fig:3.2-1
}{{
1.3
}{
13
}{
一个简单的预处理流程
\relax
}{
figure.caption.5
}{}}
\zref
@newlabel
{
mdf@pagelabel-1
}{
\default
{
1.2
}
\page
{
14
}
\abspage
{
14
}
\mdf
@pagevalue
{
14
}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.2.1
}
基于词典的分词方法
}{
14
}{
subsection.1.2.1
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.4
}{
\ignorespaces
基于词典进行分词的实例
\relax
}}{
15
}{
figure.caption.6
}
\protected
@file@percent
}
\newlabel
{
fig:3.2-2
}{{
1.4
}{
15
}{
基于词典进行分词的实例
\relax
}{
figure.caption.6
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.5
}{
\ignorespaces
交叉型分词歧义
\relax
}}{
15
}{
figure.caption.7
}
\protected
@file@percent
}
\newlabel
{
fig:3.2-3
}{{
1.5
}{
15
}{
交叉型分词歧义
\relax
}{
figure.caption.7
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.2.2
}
基于统计的分词方法
}{
16
}{
subsection.1.2.2
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsubsection
}{
1. 统计模型的学习与推断
}{
16
}{
section*.8
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.6
}{
\ignorespaces
基于统计的自动分词流程
\relax
}}{
16
}{
figure.caption.9
}
\protected
@file@percent
}
\newlabel
{
fig:3.2-4
}{{
1.6
}{
16
}{
基于统计的自动分词流程
\relax
}{
figure.caption.9
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsubsection
}{
2. 全概率分词方法
}{
16
}{
section*.10
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.7
}{
\ignorespaces
基于1-gram语言模型的中文分词实例
\relax
}}{
17
}{
figure.caption.11
}
\protected
@file@percent
}
\newlabel
{
fig:3.2-5
}{{
1.7
}{
17
}{
基于1-gram语言模型的中文分词实例
\relax
}{
figure.caption.11
}{}}
\newlabel
{
eq:3.2-1
}{{
1.1
}{
17
}{
2. 全概率分词方法
}{
equation.1.2.1
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
section
}{
\numberline
{
1.3
}
命名实体识别
}{
18
}{
section.1.3
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.3.1
}
序列标注任务
}{
18
}{
subsection.1.3.1
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.8
}{
\ignorespaces
BIO和BIOES格式对比
\relax
}}{
19
}{
figure.caption.12
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-1
}{{
1.8
}{
19
}{
BIO和BIOES格式对比
\relax
}{
figure.caption.12
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(a)
}{
\ignorespaces
{
BIO格式标注命名实体
}}}{
19
}{
figure.caption.12
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(b)
}{
\ignorespaces
{
BIOES格式标注命名实体
}}}{
19
}{
figure.caption.12
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.3.2
}
基于特征的统计学习
}{
19
}{
subsection.1.3.2
}
\protected
@file@percent
}
\newlabel
{
sec3:feature
}{{
1.3.2
}{
19
}{
基于特征的统计学习
}{
subsection.1.3.2
}{}}
\@
writefile
{
lot
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lot
}{
\contentsline
{
table
}{
\numberline
{
1.1
}{
\ignorespaces
命名实体识别中常用的特征
\relax
}}{
20
}{
table.caption.13
}
\protected
@file@percent
}
\newlabel
{
tab:3.3-1
}{{
1.1
}{
20
}{
命名实体识别中常用的特征
\relax
}{
table.caption.13
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.3.3
}
基于概率图模型的方法
}{
21
}{
subsection.1.3.3
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsubsection
}{
1. 隐马尔可夫模型
}{
21
}{
section*.14
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.9
}{
\ignorespaces
“抛硬币”游戏中的转移概率和发射概率
\relax
}}{
22
}{
figure.caption.15
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-2
}{{
1.9
}{
22
}{
“抛硬币”游戏中的转移概率和发射概率
\relax
}{
figure.caption.15
}{}}
\newlabel
{
eq:joint-prob-xy
}{{
1.2
}{
22
}{
1. 隐马尔可夫模型
}{
equation.1.3.2
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.10
}{
\ignorespaces
抛硬币的隐马尔可夫模型实例
\relax
}}{
23
}{
figure.caption.16
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-3
}{{
1.10
}{
23
}{
抛硬币的隐马尔可夫模型实例
\relax
}{
figure.caption.16
}{}}
\newlabel
{
eq:3.3-1
}{{
1.3
}{
23
}{
1. 隐马尔可夫模型
}{
equation.1.3.3
}{}}
\newlabel
{
eq:3.3-2
}{{
1.4
}{
23
}{
1. 隐马尔可夫模型
}{
equation.1.3.4
}{}}
\newlabel
{
eq:3.3-3
}{{
1.5
}{
24
}{
1. 隐马尔可夫模型
}{
equation.1.3.5
}{}}
\newlabel
{
eq:markov-sequence-argmax
}{{
1.6
}{
24
}{
1. 隐马尔可夫模型
}{
equation.1.3.6
}{}}
\newlabel
{
eq:3.3-4
}{{
1.6
}{
24
}{
1. 隐马尔可夫模型
}{
equation.1.3.6
}{}}
\newlabel
{
eq:3.3-5
}{{
1.7
}{
24
}{
1. 隐马尔可夫模型
}{
equation.1.3.7
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.11
}{
\ignorespaces
基于隐马尔可夫模型的命名实体识别(解码过程)
\relax
}}{
24
}{
figure.caption.17
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-4
}{{
1.11
}{
24
}{
基于隐马尔可夫模型的命名实体识别(解码过程)
\relax
}{
figure.caption.17
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsubsection
}{
2. 条件随机场
}{
24
}{
section*.18
}
\protected
@file@percent
}
\newlabel
{
eq:3.3-6
}{{
1.8
}{
24
}{
2. 条件随机场
}{
equation.1.3.8
}{}}
\newlabel
{
eq:3.3-7
}{{
1.9
}{
24
}{
2. 条件随机场
}{
equation.1.3.8
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.12
}{
\ignorespaces
隐马尔可夫实例
\relax
}}{
25
}{
figure.caption.19
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-5
}{{
1.12
}{
25
}{
隐马尔可夫实例
\relax
}{
figure.caption.19
}{}}
\newlabel
{
eq:3.3-8
}{{
1.10
}{
25
}{
2. 条件随机场
}{
equation.1.3.10
}{}}
\newlabel
{
eq:3.3-9
}{{
1.11
}{
26
}{
2. 条件随机场
}{
equation.1.3.11
}{}}
\newlabel
{
eq:3.3-10
}{{
1.12
}{
26
}{
2. 条件随机场
}{
equation.1.3.12
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.13
}{
\ignorespaces
条件随机场模型处理序列问题
\relax
}}{
26
}{
figure.caption.20
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-6
}{{
1.13
}{
26
}{
条件随机场模型处理序列问题
\relax
}{
figure.caption.20
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.3.4
}
基于分类器的方法
}{
27
}{
subsection.1.3.4
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.14
}{
\ignorespaces
HMM、CRF、分类算法三种方法对比
\relax
}}{
27
}{
figure.caption.21
}
\protected
@file@percent
}
\newlabel
{
fig:3.3-7
}{{
1.14
}{
27
}{
HMM、CRF、分类算法三种方法对比
\relax
}{
figure.caption.21
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(a)
}{
\ignorespaces
{
HMM处理序列标注
}}}{
27
}{
figure.caption.21
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(b)
}{
\ignorespaces
{
CRF处理序列标注
}}}{
27
}{
figure.caption.21
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
subfigure
}{
\numberline
{
(c)
}{
\ignorespaces
{
分类模型处理序列标注
}}}{
27
}{
figure.caption.21
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsubsection
}{
1. 分类任务与分类器
}{
27
}{
section*.22
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsubsection
}{
2. 经典的分类模型
}{
28
}{
section*.23
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
section
}{
\numberline
{
1.4
}
句法分析(短语结构分析)
}{
29
}{
section.1.4
}
\protected
@file@percent
}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.4.1
}
句法树
}{
29
}{
subsection.1.4.1
}
\protected
@file@percent
}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.15
}{
\ignorespaces
短语结构树(左)和依存树(右)
\relax
}}{
30
}{
figure.caption.24
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-1
}{{
1.15
}{
30
}{
短语结构树(左)和依存树(右)
\relax
}{
figure.caption.24
}{}}
\zref
@newlabel
{
mdf@pagelabel-2
}{
\default
{
1.4.1
}
\page
{
30
}
\abspage
{
30
}
\mdf
@pagevalue
{
30
}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.4.2
}
上下文无关文法
}{
31
}{
subsection.1.4.2
}
\protected
@file@percent
}
\zref
@newlabel
{
mdf@pagelabel-3
}{
\default
{
1.4.2
}
\page
{
31
}
\abspage
{
31
}
\mdf
@pagevalue
{
31
}}
\newlabel
{
eq:3.4-1
}{{
1.13
}{
31
}{
上下文无关文法
}{
equation.1.4.13
}{}}
\newlabel
{
eq:3.4-2
}{{
1.13
}{
31
}{
上下文无关文法
}{
equation.1.4.13
}{}}
\newlabel
{
eq:3.4-3
}{{
1.13
}{
31
}{
上下文无关文法
}{
equation.1.4.13
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.16
}{
\ignorespaces
一个示例文法的规则集
\relax
}}{
32
}{
figure.caption.25
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-2
}{{
1.16
}{
32
}{
一个示例文法的规则集
\relax
}{
figure.caption.25
}{}}
\zref
@newlabel
{
mdf@pagelabel-4
}{
\default
{
1.4.2
}
\page
{
32
}
\abspage
{
32
}
\mdf
@pagevalue
{
32
}}
\zref
@newlabel
{
mdf@pagelabel-5
}{
\default
{
1.4.2
}
\page
{
32
}
\abspage
{
32
}
\mdf
@pagevalue
{
32
}}
\zref
@newlabel
{
mdf@pagelabel-6
}{
\default
{
1.4.2
}
\page
{
33
}
\abspage
{
33
}
\mdf
@pagevalue
{
33
}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.17
}{
\ignorespaces
上下文无关文法推导实例
\relax
}}{
33
}{
figure.caption.26
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-3
}{{
1.17
}{
33
}{
上下文无关文法推导实例
\relax
}{
figure.caption.26
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.18
}{
\ignorespaces
同一棵句法树对应的不同规则推导
\relax
}}{
34
}{
figure.caption.27
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-4
}{{
1.18
}{
34
}{
同一棵句法树对应的不同规则推导
\relax
}{
figure.caption.27
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.19
}{
\ignorespaces
如何选择最佳的句法分析结果 - 专家、普通人和句法分析器的视角
\relax
}}{
34
}{
figure.caption.28
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-5
}{{
1.19
}{
34
}{
如何选择最佳的句法分析结果 - 专家、普通人和句法分析器的视角
\relax
}{
figure.caption.28
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.20
}{
\ignorespaces
不同推导(句法树)对应的概率值
\relax
}}{
35
}{
figure.caption.29
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-6
}{{
1.20
}{
35
}{
不同推导(句法树)对应的概率值
\relax
}{
figure.caption.29
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
subsection
}{
\numberline
{
1.4.3
}
规则和推导的概率
}{
35
}{
subsection.1.4.3
}
\protected
@file@percent
}
\zref
@newlabel
{
mdf@pagelabel-7
}{
\default
{
1.4.3
}
\page
{
35
}
\abspage
{
35
}
\mdf
@pagevalue
{
35
}}
\newlabel
{
eq:3.4-4
}{{
1.13
}{
35
}{
规则和推导的概率
}{
equation.1.4.13
}{}}
\newlabel
{
eq:3.4-5
}{{
1.14
}{
36
}{
规则和推导的概率
}{
equation.1.4.14
}{}}
\newlabel
{
eq:3.4-6
}{{
1.15
}{
36
}{
规则和推导的概率
}{
equation.1.4.15
}{}}
\newlabel
{
eq:3.4-7
}{{
1.15
}{
36
}{
规则和推导的概率
}{
equation.1.4.15
}{}}
\newlabel
{
eq:3.4-8
}{{
1.16
}{
36
}{
规则和推导的概率
}{
equation.1.4.16
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.21
}{
\ignorespaces
上下文无关文法规则概率估计
\relax
}}{
37
}{
figure.caption.30
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-7
}{{
1.21
}{
37
}{
上下文无关文法规则概率估计
\relax
}{
figure.caption.30
}{}}
\@
writefile
{
lof
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
lof
}{
\contentsline
{
figure
}{
\numberline
{
1.22
}{
\ignorespaces
统计句法分析的流程
\relax
}}{
37
}{
figure.caption.31
}
\protected
@file@percent
}
\newlabel
{
fig:3.4-8
}{{
1.22
}{
37
}{
统计句法分析的流程
\relax
}{
figure.caption.31
}{}}
\@
writefile
{
toc
}{
\defcounter
{
refsection
}{
0
}
\relax
}
\@
writefile
{
toc
}{
\contentsline
{
section
}{
\numberline
{
1.5
}
小结及深入阅读
}{
37
}{
section.1.5
}
\protected
@file@percent
}
\newlabel
{
sec3:summary
}{{
1.5
}{
37
}{
小结及深入阅读
}{
section.1.5
}{}}
\@
setckpt
{
Chapter3/chapter3
}{
\setcounter
{
page
}{
39
}
\setcounter
{
equation
}{
17
}
\setcounter
{
enumi
}{
0
}
\setcounter
{
enumii
}{
0
}
\setcounter
{
enumiii
}{
0
}
\setcounter
{
enumiv
}{
0
}
\setcounter
{
footnote
}{
9
}
\setcounter
{
mpfootnote
}{
0
}
\setcounter
{
part
}{
0
}
\setcounter
{
chapter
}{
1
}
\setcounter
{
section
}{
5
}
\setcounter
{
subsection
}{
0
}
\setcounter
{
subsubsection
}{
0
}
\setcounter
{
paragraph
}{
0
}
\setcounter
{
subparagraph
}{
0
}
\setcounter
{
figure
}{
22
}
\setcounter
{
table
}{
1
}
\setcounter
{
tabx@nest
}{
0
}
\setcounter
{
listtotal
}{
0
}
\setcounter
{
listcount
}{
0
}
\setcounter
{
liststart
}{
0
}
\setcounter
{
liststop
}{
0
}
\setcounter
{
citecount
}{
0
}
\setcounter
{
citetotal
}{
0
}
\setcounter
{
multicitecount
}{
0
}
\setcounter
{
multicitetotal
}{
0
}
\setcounter
{
instcount
}{
45
}
\setcounter
{
maxnames
}{
3
}
\setcounter
{
minnames
}{
1
}
\setcounter
{
maxitems
}{
3
}
\setcounter
{
minitems
}{
1
}
\setcounter
{
citecounter
}{
0
}
\setcounter
{
maxcitecounter
}{
0
}
\setcounter
{
savedcitecounter
}{
0
}
\setcounter
{
uniquelist
}{
0
}
\setcounter
{
uniquename
}{
0
}
\setcounter
{
refsection
}{
0
}
\setcounter
{
refsegment
}{
0
}
\setcounter
{
maxextratitle
}{
0
}
\setcounter
{
maxextratitleyear
}{
0
}
\setcounter
{
maxextraname
}{
2
}
\setcounter
{
maxextradate
}{
0
}
\setcounter
{
maxextraalpha
}{
0
}
\setcounter
{
abbrvpenalty
}{
50
}
\setcounter
{
highnamepenalty
}{
50
}
\setcounter
{
lownamepenalty
}{
25
}
\setcounter
{
maxparens
}{
3
}
\setcounter
{
parenlevel
}{
0
}
\setcounter
{
mincomprange
}{
10
}
\setcounter
{
maxcomprange
}{
100000
}
\setcounter
{
mincompwidth
}{
1
}
\setcounter
{
afterword
}{
0
}
\setcounter
{
savedafterword
}{
0
}
\setcounter
{
annotator
}{
0
}
\setcounter
{
savedannotator
}{
0
}
\setcounter
{
author
}{
0
}
\setcounter
{
savedauthor
}{
0
}
\setcounter
{
bookauthor
}{
0
}
\setcounter
{
savedbookauthor
}{
0
}
\setcounter
{
commentator
}{
0
}
\setcounter
{
savedcommentator
}{
0
}
\setcounter
{
editor
}{
0
}
\setcounter
{
savededitor
}{
0
}
\setcounter
{
editora
}{
0
}
\setcounter
{
savededitora
}{
0
}
\setcounter
{
editorb
}{
0
}
\setcounter
{
savededitorb
}{
0
}
\setcounter
{
editorc
}{
0
}
\setcounter
{
savededitorc
}{
0
}
\setcounter
{
foreword
}{
0
}
\setcounter
{
savedforeword
}{
0
}
\setcounter
{
holder
}{
0
}
\setcounter
{
savedholder
}{
0
}
\setcounter
{
introduction
}{
0
}
\setcounter
{
savedintroduction
}{
0
}
\setcounter
{
namea
}{
0
}
\setcounter
{
savednamea
}{
0
}
\setcounter
{
nameb
}{
0
}
\setcounter
{
savednameb
}{
0
}
\setcounter
{
namec
}{
0
}
\setcounter
{
savednamec
}{
0
}
\setcounter
{
translator
}{
0
}
\setcounter
{
savedtranslator
}{
0
}
\setcounter
{
shortauthor
}{
0
}
\setcounter
{
savedshortauthor
}{
0
}
\setcounter
{
shorteditor
}{
0
}
\setcounter
{
savedshorteditor
}{
0
}
\setcounter
{
labelname
}{
0
}
\setcounter
{
savedlabelname
}{
0
}
\setcounter
{
institution
}{
0
}
\setcounter
{
savedinstitution
}{
0
}
\setcounter
{
lista
}{
0
}
\setcounter
{
savedlista
}{
0
}
\setcounter
{
listb
}{
0
}
\setcounter
{
savedlistb
}{
0
}
\setcounter
{
listc
}{
0
}
\setcounter
{
savedlistc
}{
0
}
\setcounter
{
listd
}{
0
}
\setcounter
{
savedlistd
}{
0
}
\setcounter
{
liste
}{
0
}
\setcounter
{
savedliste
}{
0
}
\setcounter
{
listf
}{
0
}
\setcounter
{
savedlistf
}{
0
}
\setcounter
{
location
}{
0
}
\setcounter
{
savedlocation
}{
0
}
\setcounter
{
organization
}{
0
}
\setcounter
{
savedorganization
}{
0
}
\setcounter
{
origlocation
}{
0
}
\setcounter
{
savedoriglocation
}{
0
}
\setcounter
{
origpublisher
}{
0
}
\setcounter
{
savedorigpublisher
}{
0
}
\setcounter
{
publisher
}{
0
}
\setcounter
{
savedpublisher
}{
0
}
\setcounter
{
language
}{
0
}
\setcounter
{
savedlanguage
}{
0
}
\setcounter
{
origlanguage
}{
0
}
\setcounter
{
savedoriglanguage
}{
0
}
\setcounter
{
pageref
}{
0
}
\setcounter
{
savedpageref
}{
0
}
\setcounter
{
textcitecount
}{
0
}
\setcounter
{
textcitetotal
}{
0
}
\setcounter
{
textcitemaxnames
}{
0
}
\setcounter
{
biburlbigbreakpenalty
}{
100
}
\setcounter
{
biburlbreakpenalty
}{
200
}
\setcounter
{
biburlnumpenalty
}{
0
}
\setcounter
{
biburlucpenalty
}{
0
}
\setcounter
{
biburllcpenalty
}{
0
}
\setcounter
{
smartand
}{
1
}
\setcounter
{
bbx:relatedcount
}{
0
}
\setcounter
{
bbx:relatedtotal
}{
0
}
\setcounter
{
parentequation
}{
0
}
\setcounter
{
notation
}{
0
}
\setcounter
{
dummy
}{
0
}
\setcounter
{
problem
}{
0
}
\setcounter
{
exerciseT
}{
0
}
\setcounter
{
exampleT
}{
0
}
\setcounter
{
vocabulary
}{
0
}
\setcounter
{
definitionT
}{
0
}
\setcounter
{
mdf@globalstyle@cnt
}{
0
}
\setcounter
{
mdfcountframes
}{
0
}
\setcounter
{
mdf@env@i
}{
0
}
\setcounter
{
mdf@env@ii
}{
0
}
\setcounter
{
mdf@zref@counter
}{
7
}
\setcounter
{
Item
}{
0
}
\setcounter
{
Hfootnote
}{
9
}
\setcounter
{
Hy@AnnotLevel
}{
0
}
\setcounter
{
bookmark@seq@number
}{
0
}
\setcounter
{
caption@flags
}{
0
}
\setcounter
{
continuedfloat
}{
0
}
\setcounter
{
cp@cnt
}{
0
}
\setcounter
{
cp@tempcnt
}{
0
}
\setcounter
{
subfigure
}{
0
}
\setcounter
{
lofdepth
}{
1
}
\setcounter
{
subtable
}{
0
}
\setcounter
{
lotdepth
}{
1
}
\setcounter
{
@pps
}{
0
}
\setcounter
{
@ppsavesec
}{
0
}
\setcounter
{
@ppsaveapp
}{
0
}
\setcounter
{
tcbbreakpart
}{
0
}
\setcounter
{
tcblayer
}{
0
}
\setcounter
{
tcolorbox@number
}{
0
}
\setcounter
{
section@level
}{
1
}
}
Chapter3/chapter3.tex
查看文件 @
b87c1f4e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论