Files
gf-core/lib/resource/minimal/MinimalFre.gf
2007-12-12 20:30:11 +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 ;
} ;