Skip to content
Snippets Groups Projects
Commit 9b17f7e7 authored by Alice Brenon's avatar Alice Brenon
Browse files

Add a rule to make sure that «appartiennent» keeps on the left of the VP of...

Add a rule to make sure that «appartiennent» keeps on the left of the VP of the example constituants analysis (+ adjust width to keep both syntax diagrams proportionate)
parent ace3a23d
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,12 @@ digraph const { ...@@ -15,6 +15,12 @@ digraph const {
7 [label="type:N"]; 7 [label="type:N"];
8 [label="multipolaire:A"]; 8 [label="multipolaire:A"];
subgraph order {
rankdir="LR";
rank="same";
4 -> NP4 [style=invis];
}
1, 2 -> NP1; 1, 2 -> NP1;
NP1, 3 -> NP3; NP1, 3 -> NP3;
4, NP4 -> VP; 4, NP4 -> VP;
......
...@@ -329,12 +329,12 @@ la même phrase. ...@@ -329,12 +329,12 @@ la même phrase.
\begin{figure} \begin{figure}
\centering \centering
\begin{subfigure}[b]{0.54\textwidth} \begin{subfigure}[b]{0.6\textwidth}
\includegraphics[width=\textwidth]{figure/syntax/constituents.png} \includegraphics[width=\textwidth]{figure/syntax/constituents.png}
\caption{Analyse en constituants} \caption{Analyse en constituants}
\label{fig:syntax_trees_constituents} \label{fig:syntax_trees_constituents}
\end{subfigure} \end{subfigure}
\begin{subfigure}[b]{0.44\textwidth} \begin{subfigure}[b]{0.38\textwidth}
\includegraphics[width=\textwidth]{figure/syntax/dependencies.png} \includegraphics[width=\textwidth]{figure/syntax/dependencies.png}
\caption{Analyse en dépendances} \caption{Analyse en dépendances}
\label{fig:syntax_trees_dependencies} \label{fig:syntax_trees_dependencies}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment