1
0
forked from GitHub/gf-core

restored passives in Extensions for Bul,Fre,Ita,Spa ; PassAgentVPSlash in ExtraBul to be verified

This commit is contained in:
aarne
2014-04-09 16:16:32 +00:00
parent 1602eab5b6
commit 1397bb4528
11 changed files with 23 additions and 18 deletions

View File

@@ -109,4 +109,9 @@ concrete ExtraBul of ExtraBulAbs = CatBul **
PassVPSlash vp = insertObj (\\a => vp.s ! Perf ! VPassive (aform a.gn Indef (RObj Acc)) ++
vp.compl1 ! a ++ vp.compl2 ! a) Pos (predV verbBe) ;
PassAgentVPSlash vp np = ---- AR 9/4/2014: to be verified
insertObj (\\_ => "÷ðåç" ++ np.s ! RObj Acc) Pos
(insertObj (\\a => vp.s ! Perf ! VPassive (aform a.gn Indef (RObj Acc)) ++
vp.compl1 ! a ++ vp.compl2 ! a) Pos (predV verbBe)) ;
}