Adding a basic lexicon-based tokenizer and the asociated command in gf shell

This commit is contained in:
gdetrez
2011-02-10 15:00:06 +00:00
parent d7ae73f1c7
commit 45ecae4b77
3 changed files with 37 additions and 0 deletions

View File

@@ -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