mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
fix ia2e for monosillable verbs
This commit is contained in:
@@ -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 "у"
|
ia2e : Str -> Str = -- to be used when the next syllable has vowel different from "а","ъ","о" or "у"
|
||||||
\s -> case s of {
|
\s -> case s of {
|
||||||
x + "я" + y@(["бвгджзклмнпрстфхцчш"]*)
|
x@(?+_) + "я" + y@(["бвгджзклмнпрстфхцчш"]*)
|
||||||
=> x+"е"+y;
|
=> x+"е"+y;
|
||||||
_ => s
|
_ => s
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user