diff --git a/lib/src/catalan/NounCat.gf b/lib/src/catalan/NounCat.gf index ee398698a..6bc19d6ac 100644 --- a/lib/src/catalan/NounCat.gf +++ b/lib/src/catalan/NounCat.gf @@ -1,2 +1,13 @@ -concrete NounCat of Noun = CatCat ** NounRomance with - (ResRomance = ResCat) ; +concrete NounCat of Noun = CatCat ** NounRomance - [MassNP] with + (ResRomance = ResCat) ** { +lin + MassNP cn = let + g = cn.g ; + n = Sg ; + in heavyNP { + s = \\_ => cn.s ! n ; + a = agrP3 g n; + hasClit = False + } ; + +};