From eae650960bdd14e8707138f23a8b2cd6a170150d Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 3 Aug 2026 16:11:23 +0200 Subject: [PATCH] implement OrdNumeralSuperl --- src/bulgarian/NounBul.gf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bulgarian/NounBul.gf b/src/bulgarian/NounBul.gf index 0dd9715f..1343d8f5 100644 --- a/src/bulgarian/NounBul.gf +++ b/src/bulgarian/NounBul.gf @@ -121,6 +121,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { NumNumeral numeral = {s = \\gspec => numeral.s ! NCard gspec; nn = case numeral.n of {Sg => NNum Sg; Pl => NCountable}} ; OrdNumeral numeral = {s = \\aform => numeral.s ! NOrd aform} ; + OrdNumeralSuperl numeral a = {s = \\aform => numeral.s ! NOrd aform ++ "най" ++ hyphen ++ a.s ! indefAForm aform} ; AdNum adn num = {s = \\gspec => adn.s ++ num.s ! gspec; nn = num.nn} ;