summaryrefslogtreecommitdiff
path: root/next-lib/src/turkish/CatTur.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-05-07 10:28:47 +0000
committerkrasimir <krasimir@chalmers.se>2009-05-07 10:28:47 +0000
commit95d8fd3be47992a408599fc4874553dd32326cba (patch)
treefd38683198fd4690cc4854567f7c990092de94c2 /next-lib/src/turkish/CatTur.gf
parentb0cbba9e0de788a3c3ff5f3819aa6c91b140fe9f (diff)
Turkish: scratch the NP category
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 ;