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