From 288ef038f21a043aacd292b3e958aad06ac6beca Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 28 Sep 2009 12:06:20 +0000 Subject: export the morphology API from PGF --- src/PGF.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/PGF.hs') diff --git a/src/PGF.hs b/src/PGF.hs index 8510aafa5..1efabcc3c 100644 --- a/src/PGF.hs +++ b/src/PGF.hs @@ -77,7 +77,11 @@ module PGF( Incremental.initState, Incremental.nextState, Incremental.getCompletions, Incremental.extractTrees, -- ** Generation - generateRandom, generateAll, generateAllDepth + generateRandom, generateAll, generateAllDepth, + + -- ** Morphological Analysis + Lemma, Analysis, Morpho, + lookupMorpho, buildMorpho ) where import PGF.CId @@ -87,6 +91,7 @@ import PGF.TypeCheck import PGF.Paraphrase import PGF.Macros import PGF.Expr (Tree) +import PGF.Morphology import PGF.Data hiding (functions) import PGF.Binary import qualified PGF.Parsing.FCFG.Active as Active -- cgit v1.2.3