1
0
forked from GitHub/gf-rgl

fix MassNP for with_Pron

This commit is contained in:
Krasimir Angelov
2018-06-10 20:27:14 +02:00
parent 317fdfbeaa
commit 4f80ae9ee8

View File

@@ -154,7 +154,8 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
MassNP cn = {
s = table {
RVoc => cn.s ! NFVocative ;
RObj Dat => "íà" ++ cn.s ! (NF Sg Indef);
RObj Dat => "íà" ++ cn.s ! (NF Sg Indef) ;
RObj WithPrep => with_Word ++ cn.s ! (NF Sg Indef);
_ => cn.s ! (NF Sg Indef)
} ;
a = {gn = gennum cn.g Sg; p = P3} ;