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 ;
} ;

View File

@@ -270,3 +270,8 @@ mkClause.
Fine-tuned the place of negation by changing in ResGerman.mkClause and
VerbGerman.UseCompl. Want to say "ich bin nicht alt" and "ich liebe sie nicht".
31/5
Added inherent Case to RS, RCl and Gender to Agr in order to handle it clefts
properly. (In the meantime, the module IdiomGer had required some incremental
work.)