mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
(May) WIP: trying out new rules for indirect objects, TODO check
This commit is contained in:
@@ -50,7 +50,7 @@ lin
|
||||
|
||||
-- : V3 -> NP -> VPSlash ; -- give (it) to her
|
||||
Slash3V3 v3 iobj = useV {
|
||||
s = \\vf => v3.s ! vf ++ applyPrep v3.c3 iobj
|
||||
s = \\vf => v3.s ! vf ++ 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
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user