mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
(Som) Use PrepCombination in VP instead of c2,c3 : Preposition
This commit is contained in:
@@ -40,7 +40,7 @@ lin
|
||||
-- : V3 -> NP -> VPSlash ; -- give it (to her)
|
||||
-- : V3 -> NP -> VPSlash ; -- give (it) to her
|
||||
Slash2V3,
|
||||
Slash3V3 = \v3 -> insertComp (useVc v3) ;
|
||||
Slash3V3 = \v3 -> insertComp (useVc3 v3) ;
|
||||
{-
|
||||
-- : V2V -> VP -> VPSlash ; -- beg (her) to go
|
||||
SlashV2V v2v vp = ;
|
||||
|
||||
Reference in New Issue
Block a user