(Eng) Propagate CN's gender to NP also in MassNP

This commit is contained in:
Inari Listenmaa
2021-10-20 18:48:37 +08:00
parent 373079cf4c
commit 32ac7b5fe3

View File

@@ -113,7 +113,7 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
MassNP cn = {
s = \\c => cn.s ! Sg ! npcase2case c ;
a = agrP3 Sg
a = agrgP3 Sg cn.g
} ;
UseN n = n ;