forked from GitHub/gf-rgl
fix MassNP for with_Pron
This commit is contained in:
@@ -154,7 +154,8 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
|||||||
MassNP cn = {
|
MassNP cn = {
|
||||||
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} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user