bug fixes in math ger

This commit is contained in:
aarne
2007-03-21 09:08:29 +00:00
parent 6f2bf05b0f
commit 93c67cd37d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ concrete MathematicalGer of Mathematical =
RelativeGer, RelativeGer,
ConjunctionGer, ConjunctionGer,
PhraseGer, PhraseGer,
TextX, TextX - [Tense,TPres],
IdiomGer, IdiomGer,
StructuralGer, StructuralGer,

View File

@@ -16,7 +16,7 @@ lin
isPron = False isPron = False
} ; } ;
CNNumNP cn i = { CNNumNP cn i = {
s = \\c => artDef (GSg cn.g) c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ; s = \\c => artDef ! (GSg cn.g) ! c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ;
a = agrP3 Sg ; a = agrP3 Sg ;
isPron = False isPron = False
} ; } ;