summaryrefslogtreecommitdiff
path: root/next-lib/src/turkish/CatTur.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/turkish/CatTur.gf')
-rw-r--r--next-lib/src/turkish/CatTur.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/next-lib/src/turkish/CatTur.gf b/next-lib/src/turkish/CatTur.gf
index 8b7dcd394..08ae99b3b 100644
--- a/next-lib/src/turkish/CatTur.gf
+++ b/next-lib/src/turkish/CatTur.gf
@@ -5,8 +5,12 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
lincat
-- Noun
+ CN = {s : Number => Case => Str} ;
NP = {s : Case => Str ; a : Agr} ;
Pron = ResTur.Pron ;
+ Det = {s : Str; n : Number} ;
+ Num = {s : Str; n : Number} ;
+ Quant = {s : Str} ;
-- Open lexical classes, e.g. Lexicon
V, VS, VQ, VA = Verb ;