summaryrefslogtreecommitdiff
path: root/src/runtime/haskell
diff options
context:
space:
mode:
authorgdetrez <gdetrez@crans.org>2011-02-10 15:00:06 +0000
committergdetrez <gdetrez@crans.org>2011-02-10 15:00:06 +0000
commit45ecae4b774aee96dcc3e9f2c5f82307982faa08 (patch)
tree21b7ce41a617b24e8b25b92e912789049e7b2def /src/runtime/haskell
parentd7ae73f1c7c5b95f1f08dadd314fa7143602b523 (diff)
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
Diffstat (limited to 'src/runtime/haskell')
-rw-r--r--src/runtime/haskell/PGF.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 42ef8aaff..8530d9a71 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -109,6 +109,9 @@ module PGF(
-- ** Morphological Analysis
Lemma, Analysis, Morpho,
lookupMorpho, buildMorpho, fullFormLexicon,
+
+ -- ** Tokenizing
+ mkTokenizer,
-- ** Visualizations
graphvizAbstractTree,
@@ -141,6 +144,7 @@ import PGF.Expr (Tree)
import PGF.Morphology
import PGF.Data
import PGF.Binary
+import PGF.Tokenizer
import qualified PGF.Forest as Forest
import qualified PGF.Parse as Parse