This commit is contained in:
aarne
2005-11-29 15:21:45 +00:00
parent fc495062fe
commit fa46831981
24 changed files with 323 additions and 23 deletions

View File

@@ -4,11 +4,18 @@ concrete TestEng of Test =
NounEng,
VerbEng,
AdjectiveEng,
AdverbEng,
-- NumeralEng,
SentenceEng,
QuestionEng,
RelativeEng,
ConjunctionEng,
PhraseEng,
UntensedEng,
-- TensedEng,
LexEng
** {} ;
** {
flags startcat = Phr ;
} ;