From 82b015e7db55733399be16597dc9ac4b234f3b61 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 --- src/bulgarian/VerbBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bulgarian/VerbBul.gf b/src/bulgarian/VerbBul.gf index c9f5e8927..678d50787 100644 --- a/src/bulgarian/VerbBul.gf +++ b/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 } ;