summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
authorramona.enache <ramona.enache@chalmers.se>2010-10-31 13:39:01 +0000
committerramona.enache <ramona.enache@chalmers.se>2010-10-31 13:39:01 +0000
commit1f8a0f0876cb4bb8f5d43fda5cb445bcaa602f3a (patch)
tree2f822fbea01dadc6bb4f7661c5c813128ef3aa8b /src/runtime/haskell/PGF.hs
parent524fb1a6bca49b280ccebe4092e9b39a10cf98fe (diff)
added giza Alignments with command ga and merged the rendering algorithm for graphviz and giza alignments
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 9165f01ef..42ef8aaff 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -116,7 +116,8 @@ module PGF(
graphvizDependencyTree,
graphvizBracketedString,
graphvizAlignment,
-
+ gizaAlignment,
+
-- * Probabilities
Probabilities,
mkProbabilities,