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=.:../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 ;
} ;