mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 02:20:15 -06:00
correct position of adjCompl in PassVPSlash, PassAgentVPSlash and SlashV2V in Malay
This commit is contained in:
@@ -105,13 +105,17 @@ concrete ExtendMay of Extend = CatMay
|
||||
-- PassVPSlash : VPS -> VP ;
|
||||
-- be begged to sleep
|
||||
PassVPSlash vps = vps ** {
|
||||
s = \\vf,pol => vps.s ! Passive ! pol ;
|
||||
s = \\vf,pol => vps.s ! Passive ! pol ++ vps.adjCompl;
|
||||
};
|
||||
|
||||
-- PassAgentVPSlash : VPSlash -> NP -> VP ; -- be begged by her to go
|
||||
PassAgentVPSlash vps np = {
|
||||
s = \\vf,pol => vps.s ! Passive ! pol ++ (applyPrep by8agent_Prep np) ;
|
||||
s = \\vf,pol => vps.s ! Passive ! pol ++ vps.adjCompl ++ (applyPrep by8agent_Prep np);
|
||||
};
|
||||
-- PassAgentVPSlash vps np = {
|
||||
-- s = \\vf,pol => vps.s ! Passive ! pol ++ (applyPrep by8agent_Prep np) ;
|
||||
-- };
|
||||
|
||||
|
||||
|
||||
-- MkVPS2 : Temp -> Pol -> VPSlash -> VPS2 ; -- has loved
|
||||
|
||||
Reference in New Issue
Block a user