From b55abfc8fe7a984dde71c1378a7d25ba78f2ecc3 Mon Sep 17 00:00:00 2001 From: Meowyam Date: Wed, 22 Mar 2023 13:46:32 +0800 Subject: [PATCH] fixed slash3v3 prepositions; verb tense in ComplVV --- src/malay/VerbMay.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/malay/VerbMay.gf b/src/malay/VerbMay.gf index 1f77440ab..a7439a7b3 100644 --- a/src/malay/VerbMay.gf +++ b/src/malay/VerbMay.gf @@ -16,7 +16,7 @@ lin -- : VV -> VP -> VP ; ComplVV vv vp = vp ** useV { - s = \\vf => vv.s ++ linVP vp + s = \\vf => vv.s ++ vp.s ! Root! Pos; } ; -- : VA -> AP -> VP ; -- they become red @@ -56,7 +56,7 @@ lin -- : V3 -> NP -> VPSlash ; -- give (it) to her Slash3V3 v3 iobj = useV { - s = \\vf => v3.s ! vf ++ applyPrep v3.c3 emptyNP ++ iobj.s ! Bare; + 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