diff options
| author | krasimir <krasimir@chalmers.se> | 2010-03-31 11:09:12 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-03-31 11:09:12 +0000 |
| commit | d83c2d01d8233abb71dfea708f5ebca299e09c77 (patch) | |
| tree | 96927692681a2d739c52b500e0c3c948b9d1547d /src/runtime/haskell | |
| parent | 5e2d2e61c34466c0fc785d20dd92cacad11015c9 (diff) | |
export fullFormLexicon from PGF
Diffstat (limited to 'src/runtime/haskell')
| -rw-r--r-- | src/runtime/haskell/PGF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index c16f2a88c..9ab24b100 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -84,7 +84,7 @@ module PGF( -- ** Morphological Analysis Lemma, Analysis, Morpho, - lookupMorpho, buildMorpho, + lookupMorpho, buildMorpho, fullFormLexicon, -- ** Visualizations graphvizAbstractTree, |
