1
0
forked from GitHub/gf-core

PossPron, DetNP and PrepNP in Slovenian

This commit is contained in:
krasimir
2016-05-06 09:02:21 +00:00
parent 309d7c5cad
commit 73c76ec927
6 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ lincat
CN = {s : Species => Case => Number => Str; g : Gender} ;
NP = {s : Case => Str ; a : Agr} ;
Pron = {s : Case => Str ; a : Agr} ;
Pron = {s : Case => Str; poss : Str; a : Agr} ;
Det = {s : Gender => Case => Str; spec : Species; n : NumAgr} ;
Num = {s : Gender => Case => Str ; n : NumAgr} ;