mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
some fragments of Turkish noun morphology
This commit is contained in:
@@ -5,9 +5,11 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
|
||||
lincat
|
||||
|
||||
-- Noun
|
||||
NP, Pron = {s : Case => Str ; a : Agr} ;
|
||||
NP = {s : Case => Str ; a : Agr} ;
|
||||
Pron = ResTur.Pron ;
|
||||
|
||||
-- Open lexical classes, e.g. Lexicon
|
||||
V, VS, VQ, VA = Verb ;
|
||||
N = {s : Number => Case => Str} ;
|
||||
N = Noun ;
|
||||
N2 = Noun ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user