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.gf13
1 files changed, 13 insertions, 0 deletions
diff --git a/next-lib/src/turkish/CatTur.gf b/next-lib/src/turkish/CatTur.gf
new file mode 100644
index 000000000..9de9db5c9
--- /dev/null
+++ b/next-lib/src/turkish/CatTur.gf
@@ -0,0 +1,13 @@
+concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
+
+ flags optimize=all_subs ;
+
+ lincat
+
+-- Noun
+ NP, Pron = {s : Case => Str ; a : Agr} ;
+
+-- Open lexical classes, e.g. Lexicon
+ V, VS, VQ, VA = Verb ;
+ N = {s : Number => Case => Str} ;
+}