mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
pronouns in Slovenian. Slovenian has more personal pronouns and not all are currently covered in the RGL
This commit is contained in:
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user