%%%------------------------------------------------------------------------------------------------------------ %%% 什么是解码 \begin{tikzpicture} \begin{scope}[minimum height = 18pt] \node[anchor=east] (s0) at (-0.5em, 0) {$\textbf{s}$:}; \node[anchor=west,fill=gray!20] (s1) at (0, 0) {\footnotesize{桌子 上}}; \node[anchor=west,fill=gray!20] (s2) at ([xshift=1em]s1.east) {\footnotesize{有}}; \node[anchor=west,fill=gray!20] (s3) at ([xshift=1em]s2.east) {\footnotesize{一个 苹果}}; \node[anchor=east] (t0) at (-0.5em, -1.5) {$\textbf{t}$:}; \node[anchor=north] (l) at ([xshift=7em,yshift=-0.5em]t0.south) {\footnotesize{(a)\ }}; \end{scope} \begin{scope}[xshift=15em,minimum height = 18pt] \node[anchor=east] (s0) at (-0.5em, 0) {$\textbf{s}$:}; \node[anchor=west,fill=gray!20] (s1) at (0, 0) {\footnotesize{桌子 上}}; \node[anchor=west,fill=red!20] (s2) at ([xshift=1em]s1.east) {\footnotesize{有}}; \node[anchor=west,fill=gray!20] (s3) at ([xshift=1em]s2.east) {\footnotesize{一个 苹果}}; \node[anchor=east] (t0) at (-0.5em, -1.5) {$\textbf{t}$:}; { \node[anchor=west,fill=red!20] (t1) at (0, -1.5) {\footnotesize{There is}}; \path[<->, thick] (s2.south) edge (t1.north); } \node[anchor=north] (l) at ([xshift=7em,yshift=-0.5em]t0.south) {\footnotesize{(b)\ }}; \end{scope} \begin{scope}[yshift=-9.5em,minimum height = 18pt] \node[anchor=east] (s0) at (-0.5em, 0) {$\textbf{s}$:}; \node[anchor=west,fill=gray!20] (s1) at (0, 0) {\footnotesize{桌子 上}}; \node[anchor=west,fill=gray!20] (s2) at ([xshift=1em]s1.east) {\footnotesize{有}}; \node[anchor=west,fill=red!20] (s3) at ([xshift=1em]s2.east) {\footnotesize{一个 苹果}}; \node[anchor=east] (t0) at (-0.5em, -1.5) {$\textbf{t}$:}; { \node[anchor=west,fill=gray!20] (t1) at (0, -1.5) {\footnotesize{There is}}; \path[<->, thick] (s2.south) edge (t1.north); } { \node[anchor=west,fill=red!20] (t2) at ([xshift=1em]t1.east) {\footnotesize{an apple}}; \path[<->, thick] (s3.south) edge (t2.north); } \node[anchor=north] (l) at ([xshift=7em,yshift=-0.5em]t0.south) {\footnotesize{(c)\ }}; \end{scope} \begin{scope}[xshift=15em,yshift=-9.5em,minimum height = 18pt]%[scale=0.5] \node[anchor=east] (s0) at (-0.5em, 0) {$\textbf{s}$:}; \node[anchor=west,fill=red!20] (s1) at (0, 0) {\footnotesize{桌子 上}}; \node[anchor=west,fill=gray!20] (s2) at ([xshift=1em]s1.east) {\footnotesize{有}}; \node[anchor=west,fill=gray!20] (s3) at ([xshift=1em]s2.east) {\footnotesize{一个 苹果}}; \node[anchor=east] (t0) at (-0.5em, -1.5) {$\textbf{t}$:}; { \node[anchor=west,fill=gray!20] (t1) at (0, -1.5) {\footnotesize{There is}}; \path[<->, thick] (s2.south) edge (t1.north); } { \node[anchor=west,fill=gray!20] (t2) at ([xshift=1em]t1.east) {\footnotesize{an apple}}; \path[<->, thick] (s3.south) edge (t2.north); } { \node[anchor=west,fill=red!20] (t3) at ([xshift=1em]t2.east) {\footnotesize{on the table}}; \path[<->, thick] (s1.south) edge (t3.north); } \node[anchor=north] (l) at ([xshift=7em,yshift=-0.5em]t0.south) {\footnotesize{(d)\ }}; \end{scope} \end{tikzpicture}