Erzsébet's fixes to Ger

This commit is contained in:
aarne
2012-05-26 08:57:01 +00:00
parent 05251820c4
commit cb0601bb47
3 changed files with 48 additions and 53 deletions

View File

@@ -118,7 +118,7 @@ concrete NounGer of Noun = CatGer ** open ResGer, MorphoGer, Prelude in {
MassNP cn = {
s = \\c => usePrepC c (\k -> cn.s ! Strong ! Sg ! k) ;
a = agrP3 Sg ;
a = agrgP3 cn.g Sg ;
isPron = False
} ;