mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user