From 3f7fd1887be55be9b6ade80c3f2cc273ed407e97 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 4 Dec 2013 08:43:01 +0000 Subject: [PATCH] fix the agreement for V2V in ComplSlash --- lib/src/bulgarian/VerbBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/bulgarian/VerbBul.gf b/lib/src/bulgarian/VerbBul.gf index c9f5e8927..678d50787 100644 --- a/lib/src/bulgarian/VerbBul.gf +++ b/lib/src/bulgarian/VerbBul.gf @@ -69,7 +69,7 @@ concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in { ComplSlash slash np = { s = slash.s ; ad = slash.ad ; - compl = \\a => slash.compl1 ! a ++ slash.c2.s ++ np.s ! RObj slash.c2.c ++ slash.compl2 ! a ; + compl = \\a => slash.compl1 ! a ++ slash.c2.s ++ np.s ! RObj slash.c2.c ++ slash.compl2 ! np.a ; vtype = slash.vtype ; p = orPol np.p slash.p } ;