prepositions in Slovenian

This commit is contained in:
krasimir
2016-03-24 19:48:06 +00:00
parent 3e8ec361d8
commit 5e586c247a
2 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
concrete CatSlv of Cat = open ResSlv in {
lincat
Prep = {s : Str; c : Case} ;
N = {s : Case => Number => Str; g : Gender};
PN = {s : Case => Number => Str; g : Gender};

View File

@@ -1,6 +1,15 @@
resource ParadigmsSlv = open CatSlv, ResSlv in {
oper
nominative : Case = Nom ;
dative : Case = Dat ;
accusative : Case = Acc ;
locative : Case = Loc ;
instrumental:Case = Instr ;
mkPrep : Str -> Case -> Prep =
\s,c -> lin Prep {s=s; c=c};
masculine = Masc;
feminine = Fem;
neuter = Neut;