forked from GitHub/gf-core
24 lines
402 B
Plaintext
24 lines
402 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoFre of Demo =
|
|
NounFre - [AdvCN],
|
|
-- VerbFre,
|
|
ClauseFre, --
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
NumeralFre,
|
|
---- SentenceFre,
|
|
---- QuestionFre,
|
|
---- RelativeFre,
|
|
---- ConjunctionFre,
|
|
---- PhraseFre,
|
|
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
---- IdiomFre,
|
|
StructuralFre,
|
|
LexiconFre
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|