mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
premodifiers like never can change the polarity of VP
This commit is contained in:
@@ -91,7 +91,7 @@ concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||
ad = {isEmpty=False; s=vp.ad.s ++ adv.s} ;
|
||||
compl = vp.compl ;
|
||||
vtype = vp.vtype ;
|
||||
p = vp.p ;
|
||||
p = orPol adv.p vp.p ;
|
||||
isSimple = vp.isSimple
|
||||
} ;
|
||||
AdVVPSlash adv vp = {
|
||||
|
||||
Reference in New Issue
Block a user