figure-example-of-source-structure.tex 1.18 KB
Newer Older
单韦乔 committed
1 2 3 4
%------------------------------------------------------------------------------------------------------------
%%%  句法树(层次短语)
\begin{tikzpicture}
{\small
单韦乔 committed
5
\begin{scope}[sibling distance=25pt, level distance = 20pt]
单韦乔 committed
6
{\scriptsize
7 8 9 10 11 12 13 14 15
\Tree[.\node(r){IP};
        [.\node(n11){NP}; [.\node(n21){PN};  [.\node(l1){};]]]
        [.\node(n12){VP}; 
            [.\node(n22){BA}; \node(l2){}; ]
            [.\node(n23){IP};
                [. \node(n31){NP}; 
                    [. \node(n41){QP}; 
                        [. \node(n51){CD};  \node(l3){};]
                        [. \node(n52){CLP};  [.\node(n61){M};  [.\node(l4){};]]]
单韦乔 committed
16
                    ]
17
                    [. \node(n42){NP};  [.\node(n53){NN};  [.\node(l5){};]]]
单韦乔 committed
18
                ]
19 20 21 22 23
                [. \node(n32){VP}; 
                    [. \node(n43){VV};  \node(l6){放在};]
                    [. \node(n44){LCP};
                        [. \node(n54){NP};  [.\node(n62){NN};  [.\node(l7){};]]] 
                        [. \node(n55){LC};  \node(l8){};]
单韦乔 committed
24 25
                    ]
                ]
26
            ]
单韦乔 committed
27
        ]
28
        [.\node(n13){PU};  \node(l9){};]
单韦乔 committed
29 30 31 32 33
     ]
}
\end{scope}
}
\end{tikzpicture}