1
0
forked from GitHub/gf-core

this_Quant and that_Quant. inflected possesive pronouns in Slovenian

This commit is contained in:
krasimir
2016-08-15 20:52:37 +00:00
parent 3609202c52
commit 16ce566c7a
5 changed files with 191 additions and 23 deletions
+2 -2
View File
@@ -20,12 +20,12 @@ lincat
CN = {s : Species => Case => Number => Str; g : Gender} ;
NP = {s : Case => Str ; a : Agr} ;
Pron = {s : Case => Str; poss : Str; a : Agr} ;
Pron = {s : Case => Str; poss : Gender => Case => Number => Str; a : Agr} ;
Det = {s : Gender => Case => Str; spec : Species; n : NumAgr} ;
Num = {s : Gender => Case => Str ; n : NumAgr} ;
Card = {s : Gender => Case => Str ; n : NumAgr} ;
Quant = {s : Str; spec : Species} ;
Quant = {s : Gender => Case => Number => Str; spec : Species} ;
-- Numeral
Numeral = {s : Gender => Case => Str ; n : NumAgr} ;