GrammaticalFramework / gf-ud

Functions to analyse and manipulate dependency trees, as well as conversions between GF and dependency trees. The main use case is UD (Universal Dependencies), but the code is designed to be completely generic as for annotation scheme. This repository replaces the old gf-contrib/ud2gf code. It is also meant to be used in the 'vd' command of GF and replace the supporting code in gf-core in the future.
Other
7 stars 15 forks source link

Visualization too small for long sentences #9

Open inariksit opened 3 years ago

inariksit commented 3 years ago

I'm parsing some pretty long sentences, and I'd like to see the visualizations for them. However, the sentences get cut off, as shown in the picture. Is this just an issue with pdflatex, or can something be done about it in gf2ud code?

Screenshot 2021-04-20 at 17 09 25

inariksit commented 3 years ago

I can generate latex and add this line at the top

\usepackage[landscape]{geometry}

With that, it shows the full sentences. You can decide if you want to add it to the code :-P