1
0
forked from GitHub/gf-rgl

correct position of adjCompl in PassVPSlash, PassAgentVPSlash and SlashV2V in Malay

This commit is contained in:
Meowyam
2024-01-24 13:44:45 +08:00
parent 23adb5a493
commit 2ec3bdc80e
5 changed files with 14 additions and 10 deletions
+3 -4
View File
@@ -74,13 +74,12 @@ lin
-- : V2V -> VP -> VPSlash ; -- beg (her) to go
SlashV2V v2 vp = useV {
s = \\vf => v2.s ! vf ++ for_Prep.s ++ vp.s ! Root ! Pos;
s = \\vf => v2.s ! vf;
} ** {
c2 = v2.c2;
adjCompl = [];
c2 = v2.c2 ;
adjCompl = for_Prep.s ++ vp.s ! Root ! Pos;
} ;
-- : V2S -> S -> VPSlash ; -- answer (to him) that it is good
SlashV2S v2 s = useV v2 ** {
c2 = v2.c2;