added pronouns

This commit is contained in:
Krasimir Angelov
2026-05-04 19:03:17 +02:00
parent b571d86b7c
commit a3e19ed673
7 changed files with 49 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ lincat VV,VS,VQ,VA = Verb ;
lincat V2 = Verb ** {c2 : Compl} ;
lincat V3,V2A,V2S,V2Q,V2V = Verb ** {c2,c3 : Compl} ;
lincat Prep = Compl ;
lincat Pron = {s : Case => Str; g : Gender; n : Number; p : Person} ;
lincat CN = CommonNoun ;
lincat AP = AdjPhrase ;
lincat S = {s : Str} ;