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
f712d81a
Commit
f712d81a
authored
Nov 20, 2019
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new pages
parent
3f9f5690
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
21 行增加
和
8 行删除
+21
-8
Section04-Phrasal-and-Syntactic-Models/section04-test.tex
+13
-0
Section04-Phrasal-and-Syntactic-Models/section04.tex
+8
-8
没有找到文件。
Section04-Phrasal-and-Syntactic-Models/section04-test.tex
查看文件 @
f712d81a
...
...
@@ -180,6 +180,19 @@
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
%%% 融合用双语短语描述翻译
\begin{frame}
{
基于短语的翻译推导
}
\begin{itemize}
\item
可以利用双语短语描述翻译过程
\\
\vspace
{
0.3em
}
\begin{beamerboxesrounded}
[upper=uppercolblue,lower=lowercolblue,shadow=true]
{
定义 - 基于短语的翻译推导
}
对于源语和目标语句对(
$
\textbf
{
s
}
,
\textbf
{
t
}$
),有
$
l
$
个短语对
$
\{
(
\tilde
{
s
}_
i,
\tilde
{
t
}_
j
)
\}
$
,且所有源语言短语
$
\{\tilde
{
s
}_
i
\}
$
和所有目标语短语
$
\{\tilde
{
t
}_
j
\}
$
分别构成
$
\textbf
{
s
}$
和
$
\textbf
{
t
}$
的切分,则称这些短语对
$
\{
(
\tilde
{
s
}_
i,
\tilde
{
t
}_
j
)
\}
$
构成了
$
\textbf
{
s
}$
到
$
\textbf
{
t
}$
的
\alert
{
基于短语的翻译推导
}
(简称推导),记为
$
d
(
\{
(
\tilde
{
s
}_
i,
\tilde
{
t
}_
j
)
\}
,
\textbf
{
s
}
,
\textbf
{
t
}
)
$
(简记为
$
d
(
\{
(
\tilde
{
s
}_
i,
\tilde
{
t
}_
j
)
\}
)
$
或
$
d
$
)。
\end{beamerboxesrounded}
\end{itemize}
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
\section
{
基于短语的模型
}
%%%------------------------------------------------------------------------------------------------------------
...
...
Section04-Phrasal-and-Syntactic-Models/section04.tex
查看文件 @
f712d81a
...
...
@@ -137,7 +137,7 @@
\node
[anchor=west] (s2) at ([xshift=1.0em]s1.east)
{
喜欢
}
;
\node
[anchor=west] (s3) at ([xshift=1.0em]s2.east)
{{
\color
{
ugreen
}
绿
}}
;
\node
[anchor=west] (s4) at ([xshift=1.0em]s3.east)
{
茶
}
;
\node
[anchor=east] (s) at (s1.west)
{$
s
=
$}
;
\node
[anchor=east] (s) at (s1.west)
{$
\textbf
{
s
}
=
$}
;
}
\end{scope}
...
...
@@ -148,7 +148,7 @@
\node
[anchor=west] (t2) at ([xshift=0.8em,yshift=-0.0em]t1.east)
{
like
}
;
\node
[anchor=west] (t3) at ([xshift=1.0em,yshift=-0.2em]t2.east)
{
green
}
;
\node
[anchor=west] (t4) at ([xshift=0.8em,yshift=0.1em]t3.east)
{
tea
}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
t
=
$}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
\textbf
{
t
}
=
$}
;
}
\end{scope}
...
...
@@ -197,7 +197,7 @@
\node
[anchor=west] (s2) at ([xshift=1.0em]s1.east)
{
喜欢
}
;
\node
[anchor=west] (s3) at ([xshift=1.0em]s2.east)
{
\alert
{
红
}}
;
\node
[anchor=west] (s4) at ([xshift=1.0em]s3.east)
{
茶
}
;
\node
[anchor=east] (s) at (s1.west)
{$
s
=
$}
;
\node
[anchor=east] (s) at (s1.west)
{$
\textbf
{
s
}
=
$}
;
}
\end{scope}
...
...
@@ -208,7 +208,7 @@
\node
[anchor=west] (t2) at ([xshift=0.8em,yshift=-0.0em]t1.east)
{
like
}
;
\node
[anchor=west] (t3) at ([xshift=1.0em,yshift=-0.0em]t2.east)
{
red
}
;
\node
[anchor=west] (t4) at ([xshift=1.0em,yshift=-0.1em]t3.east)
{
tea
}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
t
=
$}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
\textbf
{
t
}
=
$}
;
}
\end{scope}
...
...
@@ -271,7 +271,7 @@
\node
[anchor=west] (s2) at ([xshift=1.0em]s1.east)
{
喜欢
}
;
\node
[anchor=west] (s3) at ([xshift=1.0em]s2.east)
{
\alert
{
红
}}
;
\node
[anchor=west] (s4) at ([xshift=1.0em]s3.east)
{
茶
}
;
\node
[anchor=east] (s) at (s1.west)
{$
s
=
$}
;
\node
[anchor=east] (s) at (s1.west)
{$
\textbf
{
s
}
=
$}
;
}
\end{scope}
...
...
@@ -281,7 +281,7 @@
\node
[anchor=west] (t2) at ([xshift=0.8em,yshift=-0.0em]t1.east)
{
like
}
;
\node
[anchor=west] (t3) at ([xshift=0.6em,yshift=-0.0em]t2.east)
{
red
}
;
\node
[anchor=west] (t4) at ([xshift=1.0em,yshift=-0.1em]t3.east)
{
tea
}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
t
=
$}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
\textbf
{
t
}
=
$}
;
}
\end{scope}
...
...
@@ -303,7 +303,7 @@
\node
[anchor=west] (s2) at ([xshift=1.0em]s1.east)
{
喜欢
}
;
\node
[anchor=west] (s3) at ([xshift=1.0em]s2.east)
{
\alert
{
红
}}
;
\node
[anchor=west] (s4) at ([xshift=1.0em]s3.east)
{
茶
}
;
\node
[anchor=east] (s) at (s1.west)
{$
s
=
$}
;
\node
[anchor=east] (s) at (s1.west)
{$
\textbf
{
s
}
=
$}
;
}
\end{scope}
...
...
@@ -313,7 +313,7 @@
\node
[anchor=west] (t2) at ([xshift=0.8em,yshift=-0.0em]t1.east)
{
like
}
;
\node
[anchor=west] (t3) at ([xshift=0.6em,yshift=-0.0em]t2.east)
{
black
}
;
\node
[anchor=west] (t4) at ([xshift=1.0em,yshift=-0.1em]t3.east)
{
tea
}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
t
=
$}
;
\node
[anchor=east] (t) at ([xshift=-0.3em]t1.west)
{$
\textbf
{
t
}
=
$}
;
}
\end{scope}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论