PossPron, DetNP and PrepNP in Slovenian

This commit is contained in:
krasimir
2016-05-06 09:02:21 +00:00
parent 309d7c5cad
commit 73c76ec927
6 changed files with 32 additions and 15 deletions

View File

@@ -279,8 +279,8 @@ oper
mkAdV : Str -> AdV = \s -> lin AdV {s=s} ;
mkPron : (_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pron =
\nom,acc,gen,dat,loc,instr,g,n,p ->
mkPron : (_,_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pron =
\nom,acc,gen,dat,loc,instr,poss,g,n,p ->
lin Pron {s = table {
Nom => nom;
Acc => acc;
@@ -289,6 +289,7 @@ oper
Loc => loc;
Instr=>instr
} ;
poss = poss ;
a = {g=g; n=n; p=p}
} ;