another fix in Ger Quant, for "gute Häuser"

This commit is contained in:
aarne
2012-05-08 13:45:31 +00:00
parent 453e204813
commit 88e97ba120
4 changed files with 18 additions and 16 deletions

View File

@@ -167,8 +167,8 @@ resource ResGer = ParamX ** open Prelude in {
-- This is used twice in NounGer.
adjfCase : Adjf -> Number -> Case -> Adjf = \a,n,c -> case <n,c> of {
<Sg, Nom|Acc> => a ;
adjfCase : Adjf -> Case -> Adjf = \a,c -> case c of {
Nom|Acc => a ;
_ => Weak
} ;