There was an error while loading. Please reload this page.
1 parent f715e39 commit 115ad31Copy full SHA for 115ad31
1 file changed
src/macedonian/CatMkd.gf
@@ -3,6 +3,7 @@ concrete CatMkd of Cat = CommonX ** open ResMkd, Prelude in {
3
lincat N = Noun ;
4
lincat N2 = Noun ** {c2 : Compl} ;
5
lincat N3 = Noun ** {c2,c3 : Compl} ;
6
+lincat CN = {s: Species => Number => Str; count_form: Str; vocative: Number => Str; g: Gender} ;
7
lincat V, VA, VV, VS, VQ = Verb ;
8
lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
9
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
0 commit comments