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/bulgarian/AdjectiveBul.gf | 59 ---------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 next-lib/src/bulgarian/AdjectiveBul.gf (limited to 'next-lib/src/bulgarian/AdjectiveBul.gf') diff --git a/next-lib/src/bulgarian/AdjectiveBul.gf b/next-lib/src/bulgarian/AdjectiveBul.gf deleted file mode 100644 index bb5e8137c..000000000 --- a/next-lib/src/bulgarian/AdjectiveBul.gf +++ /dev/null @@ -1,59 +0,0 @@ -concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { - flags coding=cp1251 ; - - lin - PositA a = { - s = \\aform => a.s ! aform ; - adv = a.adv ; - isPre = True - } ; - - ComparA a np = { - s = \\aform => "по" ++ "-" ++ a.s ! aform ++ "от" ++ np.s ! RObj Acc ; - adv = "по" ++ "-" ++ a.adv ++ "от" ++ np.s ! RObj Acc ; - isPre = True - } ; - UseComparA a = { - s = \\aform => "по" ++ "-" ++ a.s ! aform ; - adv = "по" ++ "-" ++ a.adv ; - isPre = True - } ; - - AdjOrd ord = { - s = ord.s ; - adv = ord.s ! ASg Neut Indef ; - isPre = True - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 a np = { - s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ; - adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ; - isPre = True - } ; - - ReflA2 a = { - s = \\aform => a.s ! aform ++ a.c2 ++ ["себе си"] ; - adv = a.adv ++ a.c2 ++ ["себе си"] ; - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; - adv = ap.adv ++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - adv = ada.s ++ ap.adv ; - isPre = ap.isPre - } ; - - UseA2 a = { - s = a.s ; - adv = a.adv ; - isPre = True - } ; -} -- cgit v1.2.3