Grammar for all germanic

This commit is contained in:
aarne
2006-05-31 17:00:52 +00:00
parent 4d71dcd880
commit 32010080f6
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
--# -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 ;
} ;