From bdc77bf0e4c4b705a3deb5976271dc1fd3df3baf Mon Sep 17 00:00:00 2001 From: "ra.monique" Date: Thu, 15 Sep 2011 16:32:49 +0000 Subject: added topological sort module to PGF - to be used in example based grammar writing --- src/runtime/haskell/PGF.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/runtime/haskell/PGF.hs') diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index 8530d9a71..cff225f08 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -109,7 +109,8 @@ module PGF( -- ** Morphological Analysis Lemma, Analysis, Morpho, lookupMorpho, buildMorpho, fullFormLexicon, - + morphoMissing, + -- ** Tokenizing mkTokenizer, @@ -128,12 +129,16 @@ module PGF( showProbabilities, readProbabilitiesFromFile, + -- ** SortTop + forExample, + -- * Browsing browse ) where import PGF.CId import PGF.Linearize +import PGF.SortTop import PGF.Generate import PGF.TypeCheck import PGF.Paraphrase -- cgit v1.2.3