mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
more verbs; moved negation after adv because adv can have not_AdA
This commit is contained in:
@@ -102,4 +102,7 @@ oper
|
||||
refl : Reflexivity ;
|
||||
tran : Transitivity
|
||||
} ;
|
||||
ComplementCase : Type = {s : Str ; c : Case ; neggen : Bool ; hasPrep : Bool} ;
|
||||
VerbForms2 : Type = VerbForms ** {c : ComplementCase} ;
|
||||
VerbForms3 : Type = VerbForms ** {c : ComplementCase ; c2 : ComplementCase} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user