From 293b87e4c6a5894de944d700f9b9708509764099 Mon Sep 17 00:00:00 2001 From: Meowyam Date: Wed, 17 Jan 2024 03:13:48 +0800 Subject: [PATCH] correct Slash3V3 for Malay, remove Prep --- src/malay/VerbMay.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/malay/VerbMay.gf b/src/malay/VerbMay.gf index 3492bc345..50f3bc6f9 100644 --- a/src/malay/VerbMay.gf +++ b/src/malay/VerbMay.gf @@ -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