1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.4/demo/DemoFre.gf
2008-06-14 22:13:35 +00:00

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 ;
} ;