forked from GitHub/gf-core
a minimal-lexicon version of resource
This commit is contained in:
22
lib/resource-1.0/minimal/MinimalEng.gf
Normal file
22
lib/resource-1.0/minimal/MinimalEng.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../english:../abstract:../common:prelude
|
||||
|
||||
concrete MinimalEng of Minimal =
|
||||
NounEng,
|
||||
VerbEng,
|
||||
AdjectiveEng,
|
||||
AdverbEng,
|
||||
NumeralEng,
|
||||
SentenceEng,
|
||||
QuestionEng,
|
||||
RelativeEng,
|
||||
ConjunctionEng,
|
||||
PhraseEng,
|
||||
TextX,
|
||||
StructuralEng,
|
||||
IdiomEng,
|
||||
LexiconEng
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; -- unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user