Notations accepted:
- Regular tree(s) in bracket notation (example)
- Discontinuous tree(s) in bracket notation. Represent terminals with integer indices, sentence on nextline (example).
- Negra/Tiger export format tree (example); function & morphology tags ignored; trees need to be wrapped in:
#BOS [number]
[...]
#EOS [number]
|
NB: This code is experimental—the layout is typically not
optimal. However, with some manual editing it can give good results
(e.g., change coordinates of nodes with overlapping edges, tweak
scale to save space). When working with LaTeX, it is recommended to
use a WYSIWYG editor like Gummi
for this to get immediate feedback.
|