mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
prepositions in Slovenian
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user