1
0
forked from GitHub/gf-rgl

pronouns in Slovenian. Slovenian has more personal pronouns and not all are currently covered in the RGL

This commit is contained in:
krasimir
2016-03-27 07:03:19 +00:00
parent 2a036579f5
commit e50d041cf7
5 changed files with 20 additions and 5 deletions
+2
View File
@@ -8,6 +8,8 @@ lincat
CN = {s : Species => Case => Number => Str; g : Gender} ;
NP = {s : Case => Str ; a : Agr} ;
Pron = {s : Case => Str ; a : Agr} ;
Det = {s : Case => Str; spec : Species; n : Number} ;
Num = {s : Case => Str ; n : Number} ;
Quant = {s : Str; spec : Species} ;