1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.0/minimal/MinimalFre.gf
2006-06-22 22:27:48 +00:00

23 lines
363 B
Plaintext

--# -path=.:../french:../romance:../abstract:../common:prelude
concrete MinimalFre of Minimal =
NounFre,
VerbFre,
AdjectiveFre,
AdverbFre,
NumeralFre,
SentenceFre,
QuestionFre,
RelativeFre,
ConjunctionFre,
PhraseFre,
TextX,
StructuralFre,
IdiomFre,
LexiconFre
** {
flags startcat = Phr ; -- unlexer = text ; lexer = text ;
} ;