Files
gf-core/lib/resource-1.4/demo/DemoGer.gf
2008-06-14 22:13:35 +00:00

24 lines
388 B
Plaintext

--# -path=.:alltenses
concrete DemoGer of Demo =
NounGer - [AdvCN],
-- VerbGer,
ClauseGer, --
AdjectiveGer,
AdverbGer,
NumeralGer,
-- SentenceGer,
-- QuestionGer,
-- RelativeGer,
-- ConjunctionGer,
-- PhraseGer,
-- TextX - [Tense,TPres,TPast,TFut,TCond],
-- IdiomGer,
StructuralGer,
LexiconGer
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;