diff options
| author | aarne <aarne@chalmers.se> | 2009-06-22 15:39:08 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-22 15:39:08 +0000 |
| commit | e89fdae2fa1626348d8025824a7469252fa85e42 (patch) | |
| tree | c7d46bbd0494043b4bd6f917a25a7687517d0547 /next-lib/src/bulgarian/AdjectiveBul.gf | |
| parent | 3049b59b35b25381a7c6787444165c200d66e08b (diff) | |
next-lib renamed to lib, lib to old-lib
Diffstat (limited to 'next-lib/src/bulgarian/AdjectiveBul.gf')
| -rw-r--r-- | next-lib/src/bulgarian/AdjectiveBul.gf | 59 |
1 files changed, 0 insertions, 59 deletions
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 - } ; -} |
