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
+10
View File
@@ -24,6 +24,16 @@ concrete NounSlv of Noun = CatSlv ** open ResSlv in {
n = num.n ;
} ;
DetNP det = {
s = det.s ! Masc ;
a = {g=Masc; n=case det.n of {UseNum n=>n; UseGen=>Pl}; p=P3};
} ;
PossPron p = {
s = p.poss ;
spec = Indef
} ;
NumSg = {s = \\_,_ => []; n = UseNum Sg} ;
NumPl = {s = \\_,_ => []; n = UseNum Pl} ;