added pronouns

This commit is contained in:
Krasimir Angelov
2024-12-05 19:32:22 +01:00
parent 108bfb4163
commit 7b7752c308
5 changed files with 26 additions and 2 deletions
+1
View File
@@ -22,5 +22,6 @@ lincat Num = {s : Str; n : Number} ;
lincat Quant = {s : Str; spec : Species} ;
lincat Det = {s : Str; spec : Species; n : Number} ;
lincat NP = {s: Case => Str; a : Agr} ;
lincat Pron = {s: Case => Str; acc_clit, dat_clit : Str; a : Agr} ;
}