From 4f80ae9ee80d7f9a227fd8f716448c92bb6d41c7 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Sun, 10 Jun 2018 20:27:14 +0200 Subject: [PATCH] fix MassNP for with_Pron --- src/bulgarian/NounBul.gf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bulgarian/NounBul.gf b/src/bulgarian/NounBul.gf index ae1daf0c0..c6072737b 100644 --- a/src/bulgarian/NounBul.gf +++ b/src/bulgarian/NounBul.gf @@ -153,9 +153,10 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { MassNP cn = { s = table { - RVoc => cn.s ! NFVocative ; - RObj Dat => "на" ++ cn.s ! (NF Sg Indef); - _ => cn.s ! (NF Sg Indef) + RVoc => cn.s ! NFVocative ; + 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} ; p = Pos