diff --git a/utils/normalize.py b/utils/normalize.py index f8e6711..bc15dbd 100644 --- a/utils/normalize.py +++ b/utils/normalize.py @@ -17,6 +17,9 @@ def normalize(text): if is_russian_wording(text): # Normalize the text by replacing characters text = (text + .replace(' ', ' ') + .replace(' ', ' ') + .replace(' ', ' ') .replace('e', 'е') .replace('o', 'о') .replace('x', 'х')