From b0ea6680fbe95d564d2494d506e2d3030c40edad Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Sat, 9 Feb 2019 15:27:06 +0100 Subject: [PATCH] (Pes) comment out conjThat from insertVV; TODO where it should go? --- src/persian/ResPes.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/persian/ResPes.gf b/src/persian/ResPes.gf index 039553ad..bd8ce30b 100644 --- a/src/persian/ResPes.gf +++ b/src/persian/ResPes.gf @@ -150,7 +150,8 @@ oper insertVV : (Agr => Str) -> VPH -> VPH = \obj1,vp -> vp ** { wish = True ; - vComp = \\a => vp.comp ! a ++ conjThat ++ obj1 ! a ; +-- vComp = \\a => vp.comp ! a ++ conjThat ++ obj1 ! a ; -- TODO: do we insert conjThat here or in infVV? /IL + vComp = \\a => vp.comp ! a ++ obj1 ! a ; } ; insertObj2 : (Str) -> VPH -> VPH = \obj1,vp -> vp ** {