forked from GitHub/gf-rgl
(Pes) Add VPSlashPrep
This commit is contained in:
@@ -46,6 +46,10 @@ concrete VerbPes of Verb = CatPes ** open ResPes,Prelude in {
|
|||||||
c2 = vps.c2 -- preposition for the direct object comes from VPSlash
|
c2 = vps.c2 -- preposition for the direct object comes from VPSlash
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
-- : VP -> Prep -> VPSlash ;
|
||||||
|
VPSlashPrep vp prep = vp ** vs prep ;
|
||||||
|
|
||||||
|
|
||||||
AdvVP vp adv = insertAdV adv.s vp ;
|
AdvVP vp adv = insertAdV adv.s vp ;
|
||||||
AdVVP adv vp = insertAdV adv.s vp ;
|
AdVVP adv vp = insertAdV adv.s vp ;
|
||||||
ReflVP v = insertCompPre reflPron v ;
|
ReflVP v = insertCompPre reflPron v ;
|
||||||
|
|||||||
Reference in New Issue
Block a user