forked from GitHub/gf-rgl
Agr = AgSgP1 | AgSgP2 | AgSgP3 Gender | AgSgP3Gen | AgPl Person | AgPlPol ;
with AgSgP3Gen resp. AgPlPol used for reflexive,possessive forms of "man", "Sie".
Compiles AllGer from src in 162sec with 15M VerbGer.gfo vs. 380sec with 17M VerbGer.gfo
24 lines
362 B
Plaintext
24 lines
362 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarGer of Grammar =
|
|
NounGer,
|
|
VerbGer,
|
|
AdjectiveGer,
|
|
AdverbGer,
|
|
NumeralGer,
|
|
SentenceGer,
|
|
QuestionGer,
|
|
RelativeGer,
|
|
ConjunctionGer,
|
|
PhraseGer,
|
|
TextX - [Tense,Temp],
|
|
IdiomGer,
|
|
StructuralGer,
|
|
TenseGer,
|
|
NamesGer
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|