1
0
forked from GitHub/gf-rgl

make some fixes to Malay prefixes

This commit is contained in:
Meowyam
2024-01-23 15:10:23 +08:00
parent 9c111ba0bc
commit 87f6e70456
3 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ 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 ++
applyPrep v3.c3 emptyNP ;
--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