1
0
forked from GitHub/gf-rgl

(Pes) Add VVForm as a field to V2S

This commit is contained in:
Inari Listenmaa
2019-04-29 11:36:37 +02:00
parent 516d4444d3
commit 8f965e8556
3 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -77,11 +77,12 @@ concrete CatPes of Cat = CommonX ** open ResPes, Prelude in {
relpron : RelPron -- choose between که and آنچه
} ;
VS = ResPes.Verb ** {compl : VVForm} ; -- subjunctive or indicative
V2S = ResPes.Verb ** {c2 : Compl ; compl : VVForm} ;
Prep = Compl ;
---- Open lexical classes, e.g. Lexicon
V, VQ = ResPes.Verb ;
V2, VA, V2A, V2Q, V2S = ResPes.Verb ** {c2 : Compl} ;
V2, VA, V2A, V2Q = ResPes.Verb ** {c2 : Compl} ;
V3 = ResPes.Verb ** {c2, c3 : Compl} ;
VV = ResPes.VV ;
V2V = ResPes.VV ** {c2 : Compl} ;