mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
PossPron, DetNP and PrepNP in Slovenian
This commit is contained in:
@@ -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} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user