mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
added some VP constructions to Pred: without/after/before/when doing, in order to do
This commit is contained in:
@@ -142,6 +142,8 @@ oper
|
||||
be_Aux s t a p agr ;
|
||||
tenseInfCopula : Str -> Anteriority -> Polarity -> VVType -> Str = \s,a,p,vt ->
|
||||
tenseInfV s a p Act be_V vt ;
|
||||
tenseImpCopula : Str -> Polarity -> ImpType -> Str = \s,p,n ->
|
||||
imperativeV s p n be_V ;
|
||||
|
||||
tenseV : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str =
|
||||
\sta,t,a,p,o,agr,v ->
|
||||
|
||||
Reference in New Issue
Block a user