this_Quant and that_Quant. inflected possesive pronouns in Slovenian

This commit is contained in:
krasimir
2016-08-15 20:52:37 +00:00
parent bb617e06c6
commit ea20b6f786
5 changed files with 191 additions and 23 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ concrete NounSlv of Noun = CatSlv ** open ResSlv in {
UsePron p = p ;
DetQuant quant num = {
s = \\c,g => quant.s ++ num.s ! c ! g;
s = \\g,c => quant.s ! g ! c ! (numAgr2num ! num.n) ++ num.s ! g ! c;
spec = quant.spec ;
n = num.n ;
} ;
@@ -42,12 +42,12 @@ concrete NounSlv of Noun = CatSlv ** open ResSlv in {
NumNumeral numeral = {s = numeral.s; n = numeral.n} ;
DefArt = {
s = "" ;
s = \\_,_,_ => "" ;
spec = Def
} ;
IndefArt = {
s = "" ;
s = \\_,_,_ => "" ;
spec = Indef
} ;