Erzsébet's fixes to Ger

This commit is contained in:
aarne
2012-05-26 08:57:01 +00:00
parent aba003fed2
commit 76ae3e50e6
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
} ;