%------------------------------------------------------------------------------------------------------------ %%% 句法树(层次短语) \begin{tikzpicture} {\scriptsize \begin{scope}[sibling distance=1pt, level distance = 27pt] {\scriptsize \Tree[.\node(n1){\seq{S}}; [.\node(n2){\seq{S}}; [.\node(n3){\seq{S}}; [.\node(n4){\seq{S}}; [.\node(n5){\seq{X}}; \node(cw1){但}; ] ] [.\node(n6){\seq{X}}; \node(cw2){他}; ] ] [.\node(n7){\seq{X}}; [. \node(cw3){没有}; ] [. \node(cw4){执行}; ] ] ] [.\node(n8){\seq{X}}; [. \node(cw5){公司}; ] [.\node(n9){\seq{X}}; [. \node(cw6){董事会}; ] [. \node(cw7){的}; ] ] [. \node(cw8){决定}; ] ] ] \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = west] (l1) at ([xshift=-0.3em]n1.north east) {{\color{white} \tiny{$r_2$}}}; \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = east] (l2) at ([xshift=0.3em]n2.north west) {{\color{white} \tiny{$r_2$}}}; \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = east] (l2) at ([xshift=0.3em]n3.north west) {{\color{white} \tiny{$r_2$}}}; \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = east] (l2) at ([xshift=0.3em]n4.north west) {{\color{white} \tiny{$r_1$}}};{\node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = east] (l2) at ([xshift=0.3em]n5.north west) {{\color{white} \tiny{$r_3$}}};} \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = west] (l1) at ([xshift=-0.3em,yshift=-0.5em]n6.south east) {{\color{white} \tiny{$r_4$}}}; \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = west] (l1) at ([xshift=-0.3em]n7.north east) {{\color{white} \tiny{$r_5$}}}; \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = west] (l1) at ([xshift=-0.3em]n8.north east) {{\color{white} \tiny{$r_6$}}}; \node[circle, inner sep = 0.5pt, fill=blue!90!white, anchor = west] (l1) at ([xshift=-0.3em]n9.north east) {{\color{white} \tiny{$r_7$}}}; } \end{scope} \begin{scope}[xshift = 1.8in, yshift = 0.1in] \node (rules) {\textbf{层次短语翻译规则:}}; \draw[-] (rules.south west)--([xshift=1.8in]rules.south west); \node[anchor=north west] (r1) at ([yshift=-0.2em]rules.south west) {$r_1$}; \node[anchor=west] (rc1) at ([xshift=0.0em]r1.east) {$\textrm{S} \; \to \; \langle\ \seq{X}_1, \; \; \seq{X}_1\ \rangle$}; \node[anchor=north west] (r2) at ([yshift=-0.4em]r1.south west) {$r_2$}; \node[anchor=west] (rc2) at ([xshift=0em]r2.east) {$\textrm{S} \; \to \; \langle\ \textrm{S}_1 \; \seq{X}_2, \; \; \textrm{S}_1 \; \seq{X}_2\ \rangle$}; \node[anchor=north west] (r3) at ([yshift=-0.4em]r2.south west) {$r_3$}; \node[anchor=west] (rc3) at ([xshift=0em]r3.east) {$\seq{X} \; \to \; \langle\ \text{但}, \; \; \text{but}\ \rangle$}; \node[anchor=north west] (r4) at ([yshift=-0.4em]r3.south west) {$r_4$}; \node[anchor=west] (rc4) at ([xshift=0em]r4.east) {$\seq{X} \; \to \; \langle\ \text{他}, \; \; \text{he}\ \rangle$}; \node[anchor=north west] (r5) at ([yshift=-0.4em]r4.south west) {$r_5$}; \node[anchor=west] (rc5) at ([xshift=0em]r5.east) {$\seq{X} \; \to \; \langle\ \text{没有} \; \text{执行}, \; \; \text{}$}; \node[anchor=north west] (r52) at ([yshift=-0.4em]r5.south west) {{\color{white} $r_5$}}; \node[anchor=west] (rc52) at ([xshift=2.9em]r52.east) {$\text{did not implemente}\ \rangle$}; \node[anchor=north west] (r6) at ([yshift=-0.4em]r52.south west) {$r_6$}; \node[anchor=west] (rc6) at ([xshift=0em]r6.east) {$\seq{X} \; \to \; \langle\ \text{公司} \; \seq{X}_1 \; \text{决定}, $}; \node[anchor=north west] (r61) at ([yshift=-0.4em]r6.south west) {{\color{white} $r_6$}}; \node[anchor=west] (rc61) at ([xshift=2.9em]r61.east) {$\text{the decision} \; \seq{X}_1 \; \text{the board of directors}\ \rangle$}; \node[anchor=north west] (r7) at ([yshift=-0.4em]r61.south west) {$r_7$}; \node[anchor=west] (rc7) at ([xshift=0em]r7.east) {$\seq{X} \; \to \; \langle\ \text{董事会\ \ 的}, \; \; \text{of}\ \rangle$}; \end{scope} \node[anchor=south] (l1) at ([xshift=-6em,yshift=1em]rules.north) {\normalsize{${d = r_3}{\circ r_1}{ \circ r_4}{ \circ r_2}{ \circ r_5}{ \circ r_2}{ \circ r_7}{ \circ r_6}{ \circ r_2}$}}; } \end{tikzpicture}