From 418f8416252291fb6745a4e9b8ee21f00fbbcebe Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 13 Mar 2008 07:20:03 +0000 Subject: [PATCH] In UttVP add the transitive verb args --- lib/resource/bulgarian/PhraseBul.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/resource/bulgarian/PhraseBul.gf b/lib/resource/bulgarian/PhraseBul.gf index 99b9f7528..238c6a913 100644 --- a/lib/resource/bulgarian/PhraseBul.gf +++ b/lib/resource/bulgarian/PhraseBul.gf @@ -12,7 +12,10 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in { UttIP ip = {s = ip.s ! RSubj} ; UttIAdv iadv = {s = iadv.s1} ; UttNP np = {s = np.s ! RSubj} ; - UttVP vp = {s = vp.ad ! False ++ "да" ++ vp.s ! Pres ! Simul ! Pos ! {gn=GSg Masc; p=P1} ! False} ; + UttVP vp = {s = vp.ad ! False ++ + "да" ++ + vp.s ! Pres ! Simul ! Pos ! {gn=GSg Masc; p=P1} ! False ++ + vp.s2 ! {gn=GSg Masc; p=P1}} ; UttAdv adv = adv ; NoPConj = {s = []} ;