forked from GitHub/gf-core
some fragments of adjectives and nouns in Slovenian
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
concrete CatSlv of Cat = open ResSlv in {
|
||||
|
||||
lincat
|
||||
-- Adjective
|
||||
AP = {s : Species => Gender => Case => Number => Str} ;
|
||||
|
||||
-- Noun
|
||||
CN = {s : Species => Case => Number => Str; g : Gender} ;
|
||||
|
||||
-- Structural
|
||||
Prep = {s : Str; c : Case} ;
|
||||
|
||||
-- Open lexical classes, e.g. Lexicon
|
||||
V = {s : VForm => Str};
|
||||
|
||||
A = {s : AForm => Str};
|
||||
|
||||
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