1
0
forked from GitHub/gf-rgl

(Pes) Adding fields to some lexical categories

This commit is contained in:
Inari Listenmaa
2019-03-04 16:48:20 +01:00
parent ca51eaf433
commit e2a3791ccf
4 changed files with 42 additions and 34 deletions
+3 -3
View File
@@ -76,11 +76,11 @@ concrete CatPes of Cat = CommonX - [Adv] ** open ResPes, Prelude in {
-----b Conj = {s : Str ; n : Number} ;
-----b DConj = {s1,s2 : Str ; n : Number} ;
Subj = {s : Str ; compl : VVForm} ; -- subjunctive or indicative
Prep = {s : Str};
Prep = Compl ;
---- Open lexical classes, e.g. Lexicon
V, VS, VQ, VA = ResPes.Verb ;
V, VS, VQ = ResPes.Verb ;
V2, V2A, V2Q, V2S = ResPes.Verb ** {c2 : Compl} ;
V2, VA, V2A, V2Q, V2S = ResPes.Verb ** {c2 : Compl} ;
V3 = ResPes.Verb ** {c2, c3 : Compl} ;
VV = ResPes.VV ;
V2V = ResPes.VV ** {c2 : Compl} ;