mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
This commit is contained in:
3
gf.cabal
3
gf.cabal
@@ -22,6 +22,7 @@ flag interrupt
|
||||
library
|
||||
build-depends: base >= 4.2 && <5,
|
||||
array,
|
||||
fst,
|
||||
containers,
|
||||
bytestring,
|
||||
random,
|
||||
@@ -42,6 +43,7 @@ library
|
||||
PGF.Expr
|
||||
PGF.Type
|
||||
PGF.Tree
|
||||
PGF.Tokenizer
|
||||
PGF.Paraphrase
|
||||
PGF.TypeCheck
|
||||
PGF.Binary
|
||||
@@ -72,6 +74,7 @@ executable gf
|
||||
containers,
|
||||
bytestring,
|
||||
filepath,
|
||||
fst,
|
||||
directory,
|
||||
random,
|
||||
old-time,
|
||||
|
||||
Reference in New Issue
Block a user