summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2015-11-04 20:36:47 +0000
committeraarne <aarne@chalmers.se>2015-11-04 20:36:47 +0000
commit0786dc6f42fdbf6a4039ffb47667c85d405af625 (patch)
treed5397539b43db30948e8f3b8472f14d30a7b8264 /src/runtime/haskell/PGF.hs
parente39787ab884aaefc64410ce217b499ec3ca7c622 (diff)
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.
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 07c14324f..9259bacb4 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -122,6 +122,7 @@ module PGF(
-- ** Visualizations
graphvizAbstractTree,
graphvizParseTree,
+ graphvizParseTreeDep,
graphvizDependencyTree,
graphvizBracketedString,
graphvizAlignment,