From 48f34ee1cb3f062dc5bec539dfb140dadd90a458 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 13 Jun 2008 22:41:15 +0000 Subject: [PATCH] add "na" if possess_Prep is used --- resource-1.4/bulgarian/RelativeBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource-1.4/bulgarian/RelativeBul.gf b/resource-1.4/bulgarian/RelativeBul.gf index 8c1fddd8..4bdcd7fa 100644 --- a/resource-1.4/bulgarian/RelativeBul.gf +++ b/resource-1.4/bulgarian/RelativeBul.gf @@ -23,7 +23,7 @@ concrete RelativeBul of Relative = CatBul ** open ResBul in { } ; FunRP p np rp = { - s = \\gn => np.s ! RObj Acc ++ p.s ++ rp.s ! gn ; + s = \\gn => np.s ! RObj Acc ++ p.s ++ (case p.c of {Acc => []; Dat => "на"}) ++ rp.s ! gn ; } ; IdRP = {