1
0
forked from GitHub/gf-rgl

PossPron, DetNP and PrepNP in Slovenian

This commit is contained in:
krasimir
2016-05-06 09:02:21 +00:00
parent 88da61aa25
commit 8c628e9a05
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} ;