long-distance-dependence-in-zh2en-translation.tex 780 Bytes
Newer Older
曹润柘 committed
1 2 3 4 5
%%%------------------------------------------------------------------------------------------------------------
%%% 短语 -> 句法
\begin{tikzpicture}

\node[anchor=west, fill=blue!30, inner sep=0.05cm] (sp1) at (0, 0) {进口\ \ };
xiaotong committed
6 7
\node[anchor=west] (sp2) at (2.5em, 0) {\ 过去\ \ \ \ \ \ };
\node[anchor=west, fill=red!30, inner sep=0.05cm] (sp3) at (14em, 0) {有了\ 大幅度\ 下降};
曹润柘 committed
8 9
\draw[->] (sp1) edge [out=15, in=170] (sp3);

xiaotong committed
10 11 12
\node[anchor=west, fill=blue!30, inner sep=0.05cm] (tp1) at (0, -1.2) {The imports};
\node[anchor=west, fill=red!30, inner sep=0.05cm] (tp2) at (5.3em, -1.2) {drastically fell};
\node[anchor=west] (tp3) at (11.3em, -1.2) {in the past five to ten years};
曹润柘 committed
13 14 15
\path[->] (tp1) edge [out=30, in=150] (tp2);

\end{tikzpicture}