summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs7
1 files changed, 6 insertions, 1 deletions
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