forked from GitHub/gf-rgl
correct position of adjCompl in PassVPSlash, PassAgentVPSlash and SlashV2V in Malay
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user