mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
prepositions in Slovenian
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
concrete CatSlv of Cat = open ResSlv in {
|
concrete CatSlv of Cat = open ResSlv in {
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
|
Prep = {s : Str; c : Case} ;
|
||||||
|
|
||||||
N = {s : Case => Number => Str; g : Gender};
|
N = {s : Case => Number => Str; g : Gender};
|
||||||
PN = {s : Case => Number => Str; g : Gender};
|
PN = {s : Case => Number => Str; g : Gender};
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
resource ParadigmsSlv = open CatSlv, ResSlv in {
|
resource ParadigmsSlv = open CatSlv, ResSlv in {
|
||||||
|
|
||||||
oper
|
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;
|
masculine = Masc;
|
||||||
feminine = Fem;
|
feminine = Fem;
|
||||||
neuter = Neut;
|
neuter = Neut;
|
||||||
|
|||||||
Reference in New Issue
Block a user