diff options
Diffstat (limited to 'report/intro_slides/final_slides.tex')
-rw-r--r-- | report/intro_slides/final_slides.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/report/intro_slides/final_slides.tex b/report/intro_slides/final_slides.tex index b37348b5..a73481ac 100644 --- a/report/intro_slides/final_slides.tex +++ b/report/intro_slides/final_slides.tex @@ -177,6 +177,24 @@ \end{center} \end{frame} +\begin{frame}[t]{Statistical machine translation: limitations} +\vspace{1.0cm} + \begin{table} + \centering + \begin{tabular}{|l|l|} + \hline + {\bf English} & {\bf \textcolor{blue}{Who wrote} \textcolor{red}{this letter}?} \\ + \hline + Arabic & \begin{Geeza}من الذي كتب هذه الرسالة؟\end{Geeza} \\ + & \textcolor{gray}{(function-word)} \textcolor{blue}{(who)} \textcolor{green}{(wrote)} \textcolor{red}{(this)} \textcolor{orange}{(the-letter)} \\ + \hline + Chinese & \begin{CJK}\textcolor{red}{这封 信} \textcolor{blue}{是 谁 写} 的 ?\end{CJK} \\ + & \textcolor{red}{(this) (letter)} \textcolor{blue}{(be) (who) (write) (come-from)} \textcolor{gray}{(function-word)} \\ + \hline + \end{tabular} + \end{table} +\end{frame} + \begin{frame}[t]{Statistical machine translation: limitations} \vspace{1.0cm} |