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

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

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

    \end{tikzpicture}




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