figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex 1.44 KB
Newer Older
曹润柘 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74



%%% outline
%-------------------------------------------------------------------------
\begin{tabular}{l c c c}

&

\begin{tikzpicture}
\begin{scope}[sibling distance=-5pt, level distance=20pt]
{\footnotesize
\Tree[.IP
          [.VP
               [.VP
                    [.NN 猫 ]
                    [.VV 喜欢 ]
               ]
               [.VV 吃 ]
          ]
          [.NP
               [.NN 鱼 ]
          ]
     ]
}
\end{scope}
\end{tikzpicture}

&

\begin{tikzpicture}
\begin{scope}[sibling distance=-5pt, level distance=20pt]
{\footnotesize
\Tree[.IP
          [.NP
               [.NN 猫 ]
          ]
          [.VP
               [.VV 喜欢 ]
               [.VP
                     [.VV 吃 ]
                     [.NN 鱼 ]
               ]
          ]
     ]
}
\end{scope}
\end{tikzpicture}

&

\begin{tikzpicture}
\begin{scope}[sibling distance=-5pt, level distance=20pt]
{\footnotesize
\Tree[.IP
          [.NP
               [.NN 猫 ]
          ]
          [.VP
              [.VP
                   [.VV 喜欢 ]
                   [.VV 吃 ]
              ]
              [.NP
                   [.NN 鱼 ]
              ]
          ]
     ]
}
\end{scope}
\end{tikzpicture}

\\ 

zhoutao committed
75 76
语言学家: & 不对 && 不对  \\ 
我们: & 似乎对了 & 比较肯定 & 不太可能 \\ 
zhoutao committed
77
分析器: & $\funp{P}=0.2$ & $\funp{P}=0.6$ & $\funp{P}=0.1$
曹润柘 committed
78 79 80 81 82

\end{tabular}
%---------------------------------------------------------------------