mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
pronouns in Slovenian. Slovenian has more personal pronouns and not all are currently covered in the RGL
This commit is contained in:
@@ -274,4 +274,16 @@ oper
|
||||
|
||||
mkAdv : Str -> Adv = \s -> lin Adv {s=s} ;
|
||||
|
||||
mkPron : (_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pron =
|
||||
\nom,acc,gen,dat,loc,instr,g,n,p ->
|
||||
lin Pron {s = table {
|
||||
Nom => nom;
|
||||
Acc => acc;
|
||||
Gen => gen;
|
||||
Dat => dat;
|
||||
Loc => loc;
|
||||
Instr=>instr
|
||||
} ;
|
||||
a = {g=g; n=n; p=p}
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user