figure-full-probability-word-segmentation-3.tex 1.19 KB
Newer Older
曹润柘 committed
1 2 3 4 5


\definecolor{ublue}{rgb}{0.152,0.250,0.545}
\definecolor{ugreen}{rgb}{0,0.5,0}

6

曹润柘 committed
7

曹润柘 committed
8 9 10 11

%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}
12

曹润柘 committed
13
\node [anchor=west] (label1) at (0,0) {总词数:$6 + 8 + 5 = 20$};
曹润柘 committed
14 15 16
\node [anchor=north west] (p1) at (label1.south west) {$\textrm{P}(\textrm{“很”})=1/20=0.05$};
\node [anchor=north west] (p2) at (p1.south west) {$\textrm{P}(\textrm{“。”})=3/20=0.15$};
\node [anchor=north west] (p3) at (p2.south west) {$\textrm{P}(\textrm{“确实”})=1/20=0.05$};
曹润柘 committed
17

18 19 20


\node [anchor=north west] (label11) at ([xshift=18.0em,yshift=1.63em]label1.south west) {更多数据-总词数:100K $\sim$ 1M};
曹润柘 committed
21 22 23
\node [anchor=north west] (p12) at (label11.south west) {$\textrm{P}(\textrm{“很”})=0.000010$};
\node [anchor=north west] (p22) at (p12.south west) {$\textrm{P}(\textrm{“。”})=0.001812$};
\node [anchor=north west] (p32) at (p22.south west) {$\textrm{P}(\textrm{“确实”})=0.000001$};
24 25 26 27 28 29 30 31



\begin{pgfonlayer}{background}
{
\node[rectangle,draw=ublue, inner sep=0mm] [fit =(label1)(label11)(p3)(p32)] {};
}
\end{pgfonlayer}
曹润柘 committed
32 33 34

\end{tikzpicture}
%---------------------------------------------------------------------
35

曹润柘 committed
36 37