add a skeletal morphology for Slovenian and a script for importing the SLOLEKS lexicon to GF

This commit is contained in:
krasimir
2016-02-10 18:12:48 +00:00
parent 221e247ad9
commit 4c4d39cdb8
4 changed files with 502 additions and 0 deletions
+11
View File
@@ -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};
}