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
+1
View File
@@ -7,6 +7,7 @@ concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv in {
UttNP np = {s = np.s ! Nom} ;
UttAdv adv = adv ;
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
UttCard n = {s = n.s ! Fem ! Nom} ;
UttAP ap = {s = ap.s ! Indef ! Masc ! Nom ! Sg} ;
UttInterj i = i ;