simple NP phrases in Slovenian

This commit is contained in:
krasimir
2016-03-25 06:23:54 +00:00
parent e65cadbd0d
commit 178ba319c4
3 changed files with 32 additions and 1 deletions
+5
View File
@@ -6,6 +6,11 @@ lincat
-- Noun
CN = {s : Species => Case => Number => Str; g : Gender} ;
NP = {s : Case => Str ; a : Agr} ;
Det = {s : Case => Str; spec : Species; n : Number} ;
Num = {s : Case => Str ; n : Number} ;
Quant = {s : Str; spec : Species} ;
-- Structural
Prep = {s : Str; c : Case} ;