mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
added some VP constructions to Pred: without/after/before/when doing, in order to do
This commit is contained in:
@@ -122,6 +122,10 @@ lin
|
||||
adj = \\a => np.s ! subjCase ;
|
||||
} ;
|
||||
|
||||
UseS a t p cl = addExtVP (useCopula a t p) (that_Compl ++ declSubordCl cl) ; ---- sentence form
|
||||
UseQ a t p cl = addExtVP (useCopula a t p) (questSubordCl cl) ;
|
||||
UseVP a t p vp = addExtVP (useCopula a t p) (vp.s ! vvInfinitive ! defaultAgr) ;
|
||||
|
||||
ComplV2 x vp np = vp ** {
|
||||
obj1 = <\\a => np.s ! objCase, np.a> -- np.a for object control
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user