some fragments of Turkish noun morphology

This commit is contained in:
krasimir
2009-03-27 08:43:43 +00:00
parent 5ced40f789
commit 587549a871
6 changed files with 70 additions and 26 deletions

View File

@@ -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 ;
}