From e89fdae2fa1626348d8025824a7469252fa85e42 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 22 Jun 2009 15:39:08 +0000 Subject: next-lib renamed to lib, lib to old-lib --- next-lib/src/turkish/NounTur.gf | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 next-lib/src/turkish/NounTur.gf (limited to 'next-lib/src/turkish/NounTur.gf') diff --git a/next-lib/src/turkish/NounTur.gf b/next-lib/src/turkish/NounTur.gf deleted file mode 100644 index 05c13fb0e..000000000 --- a/next-lib/src/turkish/NounTur.gf +++ /dev/null @@ -1,33 +0,0 @@ -concrete NounTur of Noun = CatTur ** open ResTur, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s ++ cn.s ! det.n ! c ; - a = agrP3 det.n - } ; - - UsePron p = p ; - - DetQuant quant num = { - s = quant.s ++ num.s ; - n = num.n - } ; - - NumSg = {s = []; n = Sg} ; - NumPl = {s = []; n = Pl} ; - - NumCard n = n ** {n = Sg} ; - - NumNumeral numeral = {s = numeral.s} ; - - DefArt = { - s = [] - } ; - IndefArt = { - s = [] - } ; - - UseN n = n ; -} -- cgit v1.2.3