From da608c20845293d2e5cc618f429491b7282f9e22 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 10 Oct 2023 15:49:43 +0200 Subject: [PATCH] fix ia2e for monosillable verbs --- src/bulgarian/ResBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bulgarian/ResBul.gf b/src/bulgarian/ResBul.gf index 306eb65a..7a10e08f 100644 --- a/src/bulgarian/ResBul.gf +++ b/src/bulgarian/ResBul.gf @@ -477,7 +477,7 @@ resource ResBul = ParamX - [Tense,Pres,Past,Fut,Cond] ** open Prelude, Predef in ia2e : Str -> Str = -- to be used when the next syllable has vowel different from "а","ъ","о" or "у" \s -> case s of { - x + "я" + y@(["бвгджзклмнпрстфхцчш"]*) + x@(?+_) + "я" + y@(["бвгджзклмнпрстфхцчш"]*) => x+"е"+y; _ => s };