mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Fixed MassNP for Cat
This commit is contained in:
@@ -1,2 +1,13 @@
|
|||||||
concrete NounCat of Noun = CatCat ** NounRomance with
|
concrete NounCat of Noun = CatCat ** NounRomance - [MassNP] with
|
||||||
(ResRomance = ResCat) ;
|
(ResRomance = ResCat) ** {
|
||||||
|
lin
|
||||||
|
MassNP cn = let
|
||||||
|
g = cn.g ;
|
||||||
|
n = Sg ;
|
||||||
|
in heavyNP {
|
||||||
|
s = \\_ => cn.s ! n ;
|
||||||
|
a = agrP3 g n;
|
||||||
|
hasClit = False
|
||||||
|
} ;
|
||||||
|
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user