mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
add passives for eat, drink, like
This commit is contained in:
@@ -107,7 +107,7 @@ lin
|
||||
-- : VPSlash -> NP -> VP
|
||||
ComplSlash vps np = vps ** {
|
||||
s = \\vf,pol =>
|
||||
vps.s ! vf ! pol ++ vps.adjCompl ++ applyPrep vps.c2 np
|
||||
vps.s ! vf ! pol ++ applyPrep vps.c2 np ++ vps.adjCompl
|
||||
} ;
|
||||
|
||||
-- : VV -> VPSlash -> VPSlash ;
|
||||
|
||||
Reference in New Issue
Block a user