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

@@ -155,6 +155,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
s = table { s = table {
RVoc => cn.s ! NFVocative ; 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) _ => cn.s ! (NF Sg Indef)
} ; } ;
a = {gn = gennum cn.g Sg; p = P3} ; a = {gn = gennum cn.g Sg; p = P3} ;