1
0
forked from GitHub/gf-rgl

(Kor) Tweaks in Adv+AdV

This commit is contained in:
Inari Listenmaa
2020-05-21 14:11:50 +02:00
parent 1d621f5a7f
commit 5153005d51
4 changed files with 10 additions and 11 deletions

View File

@@ -335,7 +335,7 @@ oper
nObj = np.s ! v2.c2 ++ v2.p2.s ! np.p
} ;
insertAdv : VerbPhrase -> SS -> VerbPhrase = \vp,adv -> vp ** {adv = adv.s} ;
insertAdv : VerbPhrase -> SS -> VerbPhrase = \vp,adv -> vp ** {adv = adv.s ++ vp.adv} ;
insertAdvSlash : VPSlash -> SS -> VPSlash = \v,a -> v ** insertAdv v a ;
--------------------------------------------------------------------------------
-- Cl, S