Files
gf-core/lib/resource-1.4/demo/DemoFre.gf
2008-06-23 09:08:31 +00:00

24 lines
469 B
Plaintext

--# -path=.:alltenses
concrete DemoFre of Demo =
NounFre - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
-- VerbFre,
ClauseFre, --
AdjectiveFre - [SentAP],
AdverbFre,
NumeralFre,
---- SentenceFre,
---- QuestionFre,
---- RelativeFre,
---- ConjunctionFre,
---- PhraseFre,
---- TextX - [Tense,TPres,TPast,TFut,TCond],
---- IdiomFre,
StructuralFre,
LexiconFre
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;