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
207b21ac
Commit
207b21ac
authored
Dec 26, 2019
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new update
parent
776d83c3
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
61 行增加
和
1 行删除
+61
-1
Section04-Phrasal-and-Syntactic-Models/section04-test.tex
+61
-1
没有找到文件。
Section04-Phrasal-and-Syntactic-Models/section04-test.tex
查看文件 @
207b21ac
...
...
@@ -146,7 +146,67 @@
%%% 规则实例(树到树)
\begin{frame}
{
基于树的翻译规则
}
\begin{itemize}
\item
上述文法定义了一种树结构到树结构的映射
\item
上述文法定义了一种树结构到树结构的映射,例子:
\end{itemize}
\begin{center}
\begin{tikzpicture}
{
\scriptsize
\begin{scope}
[sibling distance=5pt, level distance = 22pt]
\Tree
[.\node(s1){VP}; [.\node(s2){PP}; ]
[.
\node
(s3)
{
VP
}
; [.
\node
(s4)
{
VV
}
;
\node
[fill=white]
(w1)
{
表示
}
; ] [.
\node
(s5)
{
NN
}
; ] ] ]
\end{scope}
\begin{scope}
[xshift=2in,sibling distance=5pt, level distance = 22pt]
\Tree
[.\node(t1){VP}; [.\node(t2){VBZ}; \node(w2){was}; ]
[.
\node
(t3)
{
VP
}
; [.
\node
(t4)
{
VBN
}
; ] [.
\node
(t5)
{
PP
}
; ] ] ]
\end{scope}
\begin{pgfonlayer}
{
background
}
\node
[anchor=west] (arrow) at ([xshift=3em]s5.east)
{
\Large
{
\textbf
{$
\to
$}}}
;
\visible
<2->
{
\node
[inner sep=0,fill=orange!20] [fit = (s2)] (snode1)
{}
;
\node
[inner sep=0,fill=green!20] [fit = (s5)] (snode2)
{}
;
\node
[inner sep=0,fill=green!20] [fit = (t4)] (tnode1)
{}
;
\node
[inner sep=0,fill=orange!20] [fit = (t5)] (tnode2)
{}
;
\draw
[<->,dotted,thick] (snode2.south) ..controls +(south:2.5em) and +(south:2.5em).. (tnode1.south);
\draw
[<->,dotted,thick] (snode1.south) ..controls +(south:8em) and +(south:4.5em).. (tnode2.south);
}
\end{pgfonlayer}
}
\end{tikzpicture}
\end{center}
\vspace
{
-2.0em
}
\begin{itemize}
\item
由规则定义
$
\langle\ \alpha
_
h,
\beta
_
h
\ \rangle
\to
\langle\ \alpha
_
r,
\beta
_
r,
\sim\ \rangle
$
知道
\vspace
{
-1.3em
}
{
\small
\begin{eqnarray}
\langle\ \alpha
_
h,
\beta
_
h
\ \rangle
&
=
&
\langle\ \textrm
{
VP
}
,
\textrm
{
VP
}
\ \rangle
\nonumber
\\
\alpha
_
r
&
=
&
\textrm
{
VP(PP:
}
x
\ \textrm
{
VP(VV(表示) NN:
}
x))
\nonumber
\\
\beta
_
r
&
=
&
\textrm
{
VP(VBZ(was) VP(VBZ:
}
x
\ \textrm
{
PP:
}
x))
\nonumber
\\
\sim
&
=
&
\{
1-2,2-1
\}
\nonumber
\end{eqnarray}
}
\vspace
{
-1.7em
}
\visible
<2->
{
$
x
$
表示叶子非终结符(可替换的变量),显然这是调序规则
}
\end{itemize}
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
%%% 规则实例(树到树)
\begin{frame}
{
基于树的翻译规则(续)
}
\begin{itemize}
\item
\end{itemize}
\end{frame}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论