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.gf6
1 files changed, 4 insertions, 2 deletions
diff --git a/next-lib/src/turkish/CatTur.gf b/next-lib/src/turkish/CatTur.gf
index 9de9db5c9..8b7dcd394 100644
--- a/next-lib/src/turkish/CatTur.gf
+++ b/next-lib/src/turkish/CatTur.gf
@@ -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 ;
}