figure-correspondence-between-IBM-model&formula-1.13.tex 1.04 KB
Newer Older
曹润柘 committed
1 2 3 4 5 6


%%% outline
%-------------------------------------------------------------------------

    \begin{tikzpicture}
曹润柘 committed
7
    \node [anchor=west] (e1) at (0,0) {$g(\mathbf{s},\mathbf{t})$};
曹润柘 committed
8 9 10
    \node [anchor=west] (e2) at (e1.east) {$=$};
    \node [anchor=west,inner sep=2pt,fill=red!20] (e3) at (e2.east) {$\prod\nolimits_{(j,i) \in \hat{A}} \textrm{P}(s_j,t_i)$};
    \node [anchor=west,inner sep=1pt] (e4) at (e3.east) {$\times$};
xiaotong committed
11
    \node [anchor=west,inner sep=3pt,fill=blue!20] (e5) at (e4.east) {$\textrm{P}_{\textrm{lm}}(\mathbf{t})$};
曹润柘 committed
12
    \node [anchor=north west,inner sep=1pt] (n1) at ([xshift=7.0em,yshift=-0.5em]e1.south west) {$\textrm{P}(\mathbf{s}|\mathbf{t})$};
曹润柘 committed
13
    \node [anchor=north] (n1part2) at ([yshift=0.3em]n1.south) {\scriptsize{{翻译模型}}};
曹润柘 committed
14
    \node [anchor=west,inner sep=1pt] (n2) at ([xshift=4.0em]n1.east) {$\textrm{P}(\mathbf{t})$};
曹润柘 committed
15 16
    \node [anchor=north] (n2part2) at ([yshift=0.3em]n2.south) {\scriptsize{{语言模型}}};

曹润柘 committed
17 18 19 20 21 22 23 24 25
    \end{tikzpicture}




%---------------------------------------------------------------------