mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
fix MassNP for with_Pron
This commit is contained in:
@@ -153,9 +153,10 @@ 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) ;
|
||||||
_ => 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} ;
|
a = {gn = gennum cn.g Sg; p = P3} ;
|
||||||
p = Pos
|
p = Pos
|
||||||
|
|||||||
Reference in New Issue
Block a user