forked from GitHub/gf-rgl
(Som) Remove unnecessary BIND in predVP
This commit is contained in:
@@ -795,8 +795,8 @@ oper
|
|||||||
subjpron : Str = if_then_Str np.isPron (subj.s ! Nom) np.empty ;
|
subjpron : Str = if_then_Str np.isPron (subj.s ! Nom) np.empty ;
|
||||||
obj : {p1,p2 : Str} =
|
obj : {p1,p2 : Str} =
|
||||||
let o : {p1,p2 : Str} = vp.comp ! subj.a ;
|
let o : {p1,p2 : Str} = vp.comp ! subj.a ;
|
||||||
bind : Str = case <isPassive vp,vp.obj2.a, vp.c2, vp.pred> of {
|
bind : Str = case <isPassive vp, vp.obj2.a, vp.c2> of {
|
||||||
<False,P3_Prep,Single NoPrep,NoPred> => [] ;
|
<False,P3_Prep,Single NoPrep> => [] ;
|
||||||
_ => BIND } ;
|
_ => BIND } ;
|
||||||
in case <cltyp,p> of {
|
in case <cltyp,p> of {
|
||||||
<Statement,Neg> => {p2 = [] ; p1 = o.p1 ++ o.p2 ++ bind} ;
|
<Statement,Neg> => {p2 = [] ; p1 = o.p1 ++ o.p2 ++ bind} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user