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

24 lines
476 B
Plaintext

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