From 0d356363482b08a477f4fb60f000f693fad9b025 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 28 Nov 2012 12:37:24 +0000 Subject: [PATCH] bugfix for composite adjectivial phrases in Bulgarian --- lib/src/bulgarian/AdjectiveBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/bulgarian/AdjectiveBul.gf b/lib/src/bulgarian/AdjectiveBul.gf index 36aa1d0c1..ca1306482 100644 --- a/lib/src/bulgarian/AdjectiveBul.gf +++ b/lib/src/bulgarian/AdjectiveBul.gf @@ -37,7 +37,7 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { ComplA2 a np = { s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ; adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ; - isPre = True + isPre = False } ; ReflA2 a = {