dependency labels in parse trees now with the -deps flag, -file=labels_file for configuration. With -nocat option this shows reasonable dep trees, more familiar looking than the vd command. With -showfun flag, the tree gives a rather complete picture of the analysis of the sentence.

This commit is contained in:
aarne
2015-11-04 20:36:47 +00:00
parent e39787ab88
commit 0786dc6f42
3 changed files with 39 additions and 12 deletions

View File

@@ -122,6 +122,7 @@ module PGF(
-- ** Visualizations
graphvizAbstractTree,
graphvizParseTree,
graphvizParseTreeDep,
graphvizDependencyTree,
graphvizBracketedString,
graphvizAlignment,