mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Eng) Propagate CN's gender to NP also in MassNP
This commit is contained in:
@@ -113,7 +113,7 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
|
|||||||
|
|
||||||
MassNP cn = {
|
MassNP cn = {
|
||||||
s = \\c => cn.s ! Sg ! npcase2case c ;
|
s = \\c => cn.s ! Sg ! npcase2case c ;
|
||||||
a = agrP3 Sg
|
a = agrgP3 Sg cn.g
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
UseN n = n ;
|
UseN n = n ;
|
||||||
|
|||||||
Reference in New Issue
Block a user