diff options
| author | krasimir <krasimir@chalmers.se> | 2009-10-24 09:03:40 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-10-24 09:03:40 +0000 |
| commit | 59172a0380cc0c9553b2146af1600bbcacde0b2a (patch) | |
| tree | be738dc0d710e17b6bc2d65e6aab9867a47b8baa /src/PGF.hs | |
| parent | 0e3e2d03f94fb3705bc3d2ba0ea3e76fdb814691 (diff) | |
expose the tree visualization via PGF API
Diffstat (limited to 'src/PGF.hs')
| -rw-r--r-- | src/PGF.hs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/PGF.hs b/src/PGF.hs index 81e6d5024..1345c027d 100644 --- a/src/PGF.hs +++ b/src/PGF.hs @@ -82,7 +82,13 @@ module PGF( -- ** Morphological Analysis Lemma, Analysis, Morpho, - lookupMorpho, buildMorpho + lookupMorpho, buildMorpho, + + -- ** Visualizations + graphvizAbstractTree, + graphvizParseTree, + graphvizDependencyTree, + graphvizAlignment ) where import PGF.CId @@ -90,6 +96,7 @@ import PGF.Linearize import PGF.Generate import PGF.TypeCheck import PGF.Paraphrase +import PGF.VisualizeTree import PGF.Macros import PGF.Expr (Tree) import PGF.Morphology |
