1
0
forked from GitHub/gf-rgl

added lincat CN

This commit is contained in:
Krasimir Angelov
2025-11-27 09:11:24 +01:00
parent f715e393cb
commit 115ad31e2d

View File

@@ -3,6 +3,7 @@ concrete CatMkd of Cat = CommonX ** open ResMkd, Prelude in {
lincat N = Noun ; lincat N = Noun ;
lincat N2 = Noun ** {c2 : Compl} ; lincat N2 = Noun ** {c2 : Compl} ;
lincat N3 = Noun ** {c2,c3 : Compl} ; lincat N3 = Noun ** {c2,c3 : Compl} ;
lincat CN = {s: Species => Number => Str; count_form: Str; vocative: Number => Str; g: Gender} ;
lincat V, VA, VV, VS, VQ = Verb ; lincat V, VA, VV, VS, VQ = Verb ;
lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ; lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ; lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;