Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
Toy-MT-Introduction
概览
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
Toy-MT-Introduction
Commits
ff385415
Commit
ff385415
authored
Apr 24, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'caorunzhe' 到 'master'
merge chapter 4 查看合并请求
!14
parents
b361b2f5
a16f100e
全部展开
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
3 行删除
+8
-3
Book/Chapter4/Figures/role-of-syntax-tree-in-different-decoding-methods.tex
+8
-3
Book/Chapter4/chapter4.tex
+0
-0
没有找到文件。
Book/Chapter4/Figures/role-of-syntax-tree-in-different-decoding-methods.tex
查看文件 @
ff385415
...
@@ -19,13 +19,18 @@
...
@@ -19,13 +19,18 @@
\node
[anchor=west] (target) at ([xshift=1em]bsw3.east)
{
Cats like eating fish
}
;
\node
[anchor=west] (target) at ([xshift=1em]bsw3.east)
{
Cats like eating fish
}
;
\node
[anchor=north,inner sep=3pt] (cap1) at ([yshift=-1em]target.south west)
{
(a) 基于树的解码
}
;
\node
[anchor=north,inner sep=3pt] (cap1) at ([yshift=-1em]target.south west)
{
(a) 基于树的解码
}
;
\draw
[->,thick] (bsw3.east) -- (target.west);
\draw
[->,thick] (bsw3.east) -- (target.west);
\node
[anchor=west] (sourcelabel) at ([xshift=
4
em,yshift=-1em]bsn0.east)
{
显式输入的结构
}
;
\node
[anchor=west] (sourcelabel) at ([xshift=
6
em,yshift=-1em]bsn0.east)
{
显式输入的结构
}
;
\node
[anchor=west] (source2) at ([xshift=3.3em]target.east)
{
猫
$
\ \ \;
$
喜欢
$
\ \;
$
吃
\
鱼
}
;
\node
[anchor=west] (source2) at ([xshift=3.3em]target.east)
{
猫
$
\ \ \;
$
喜欢
$
\ \;
$
吃
\
鱼
}
;
\node
[anchor=west] (target2) at ([xshift=1em]source2.east)
{
Cats like eating fish
}
;
\node
[anchor=west] (target2) at ([xshift=1em]source2.east)
{
Cats like eating fish
}
;
\node
[anchor=north,inner sep=3pt] (cap2) at ([xshift=1.1em,yshift=-1em]target2.south west)
{
(b) 基于串的解码
}
;
\node
[anchor=north,inner sep=3pt] (cap2) at ([xshift=1.1em,yshift=-1em]target2.south west)
{
(b) 基于串的解码
}
;
\draw
[->,thick] (source2.east) -- (target2.west);
\draw
[->,thick] (source2.east) -- (target2.west);
\begin{pgfonlayer}
{
background
}
{
\path
[draw,dashed,rectangle,inner sep=1em,thick,blue,fill=blue!30,rounded corners=5pt] ([xshift=-3.5em,yshift=1em]bsn0.north west) -- ([xshift=5.5em,yshift=1em]bsn0.north east) -- ([xshift=5.5em,yshift=-13.5em]bsn0.north east) -- ([xshift=-3.5em,yshift=-13.5em]bsn0.north west) -- ([xshift=-3.5em,yshift=1em]bsn0.north west);
}
\end{pgfonlayer}
\begin{scope}
[xshift=2.55in,yshift=-1em,sibling distance=7pt]
\begin{scope}
[xshift=2.55in,yshift=-1em,sibling distance=7pt]
\Tree
[.
\node
(bsn0)
{
IP
}
;
\Tree
[.
\node
(bsn0)
{
IP
}
;
...
@@ -39,8 +44,8 @@
...
@@ -39,8 +44,8 @@
]
]
\begin{pgfonlayer}
{
background
}
\begin{pgfonlayer}
{
background
}
\node
[draw,dashed,
inner sep=2
pt] (box) [fit = (bsn0) (bsn1) (bsn2) (bsn3) (bsn4) (bsn5)]
{}
;
\node
[draw,dashed,
rectangle,inner sep=1em,thick,red,fill=red!30,rounded corners=5
pt] (box) [fit = (bsn0) (bsn1) (bsn2) (bsn3) (bsn4) (bsn5)]
{}
;
\node
[anchor=north west] (boxlabel) at ([xshift=2em]box.north east)
{
隐含结构
}
;
\node
[anchor=north west] (boxlabel) at ([xshift=2em
,yshift=-1em
]box.north east)
{
隐含结构
}
;
\end{pgfonlayer}
\end{pgfonlayer}
\end{scope}
\end{scope}
...
...
Book/Chapter4/chapter4.tex
查看文件 @
ff385415
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论