diff --git a/src/turkish/AdjectiveTur.gf b/src/turkish/AdjectiveTur.gf index a005a2798..308f06d06 100644 --- a/src/turkish/AdjectiveTur.gf +++ b/src/turkish/AdjectiveTur.gf @@ -2,9 +2,11 @@ concrete AdjectiveTur of Adjective = CatTur ** open ResTur, Prelude in { lin PositA a = {s=a.s} ; - ComparA a np = { s = \\n,c => np.s ! Ablat ++ a.s ! n ! c ; } ; + UseComparA a = { + s = \\n,c => "daha" ++ a.s ! n ! c + } ; }