forked from GitHub/gf-core
Major refactoring -> lexical aspect; word order in VP
This commit is contained in:
@@ -51,8 +51,8 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in {
|
||||
-- Verb
|
||||
|
||||
VP = {
|
||||
s : ResBul.Tense => Anteriority => Polarity => Agr => Bool => Str ;
|
||||
imp : Polarity => Number => Str ;
|
||||
s : ResBul.Tense => Anteriority => Polarity => Agr => Bool => Aspect => Str ;
|
||||
imp : Polarity => Number => Aspect => Str ;
|
||||
ad : Bool => Str ;
|
||||
s2 : Agr => Str ;
|
||||
subjRole : Role
|
||||
|
||||
Reference in New Issue
Block a user