mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
more verbs; moved negation after adv because adv can have not_AdA
This commit is contained in:
@@ -9,10 +9,9 @@ lincat
|
||||
A2 = ResRus.AdjForms ** {c : ComplementCase} ;
|
||||
|
||||
V, VS, VQ, VA = ResRus.VerbForms ;
|
||||
V2, V2S, V2Q, V2A = ResRus.VerbForms ** {c : ComplementCase} ;
|
||||
V3 = ResRus.VerbForms ** {c : ComplementCase ; c2 : ComplementCase} ;
|
||||
V2, V2S, V2Q, V2A, V2V = ResRus.VerbForms2 ;
|
||||
V3 = ResRus.VerbForms3 ;
|
||||
VV = {v : ResRus.VerbForms ; modal : AgrTable} ;
|
||||
V2V, V2S, V2Q = ResRus.VerbForms ** {c : ComplementCase} ;
|
||||
|
||||
CN = ResRus.Noun ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user