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
7eb12e8d
Commit
7eb12e8d
authored
Jul 01, 2020
by
单韦乔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除 figure-rules-of-grammar.tex
parent
27f357d2
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
0 行增加
和
45 行删除
+0
-45
Chapter2/Figures/figure-rules-of-grammar.tex
+0
-45
没有找到文件。
Chapter2/Figures/figure-rules-of-grammar.tex
deleted
100644 → 0
查看文件 @
27f357d2
\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}
%---------------------------------------------------------------------
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论