Files
gf-core/lib/resource-1.0/german/GrammarGer.gf
2006-06-22 22:27:48 +00:00

22 lines
325 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarGer of Grammar =
NounGer,
VerbGer,
AdjectiveGer,
AdverbGer,
NumeralGer,
SentenceGer,
QuestionGer,
RelativeGer,
ConjunctionGer,
PhraseGer,
TextX,
IdiomGer,
StructuralGer
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;