1
0
forked from GitHub/gf-rgl

correct Slash3V3 for Malay, remove Prep

This commit is contained in:
Meowyam
2024-01-17 03:13:48 +08:00
parent 9afc19461a
commit 293b87e4c6

View File

@@ -56,7 +56,7 @@ lin
-- : V3 -> NP -> VPSlash ; -- give (it) to her
Slash3V3 v3 iobj = useV {
s = \\vf => v3.s ! vf ++ applyPrep v3.c2 iobj ++ applyPrep v3.c3 emptyNP ;
s = \\vf => v3.s ! vf ++ applyPrep v3.c2 iobj ;
--iobj.s ! Bare -- applyPrep v3.c3 iobj -- TODO check if this works for all -- probably not
} ** {
c2 = v3.c2 ;-- Now the VPSlash is missing only the direct object