1
0
forked from GitHub/gf-core

cardinal numbers in Slovenian

This commit is contained in:
krasimir
2016-05-03 08:56:50 +00:00
parent 8a2d41d89f
commit 9bb33b7610
5 changed files with 38 additions and 17 deletions
+6 -2
View File
@@ -16,10 +16,14 @@ lincat
Pron = {s : Case => Str ; a : Agr} ;
Det = {s : Case => Str; spec : Species; n : Number} ;
Num = {s : Case => Str ; n : Number} ;
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} ;
-- Numeral
Numeral = {s : Gender => Case => Str ; n : NumAgr} ;
-- Structural
Prep = {s : Str; c : Case} ;