forked from GitHub/gf-rgl
add a skeletal morphology for Slovenian and a script for importing the SLOLEKS lexicon to GF
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
concrete CatSlv of Cat = open ResSlv in {
|
||||
|
||||
lincat
|
||||
N = {s : Case => Number => Str; g : Gender};
|
||||
PN = {s : Case => Number => Str; g : Gender};
|
||||
|
||||
A = {s : AForm => Str};
|
||||
|
||||
V = {s : VForm => Str};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user