1
0
forked from GitHub/gf-core

a minimal-lexicon version of resource

This commit is contained in:
aarne
2006-03-02 17:20:46 +00:00
parent bf872d018e
commit 27467d32fd
13 changed files with 357 additions and 0 deletions

View 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 ;
} ;