Edmon02 commited on
Commit
65aa68a
1 Parent(s): 4ef5dcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,8 +119,8 @@ def cleanup_text(text):
119
  normalized_text = text
120
 
121
  normalized_text = normalized_text.replace("ու", "u")
122
- normalized_text = normalized_text.replace("եւ", "u")
123
- normalized_text = normalized_text.replace("եվ", "u")
124
 
125
  # Handle 'ո' at the beginning of a word
126
  normalized_text = normalized_text.replace(" ո", " vo")
 
119
  normalized_text = text
120
 
121
  normalized_text = normalized_text.replace("ու", "u")
122
+ normalized_text = normalized_text.replace("եւ", "yev")
123
+ normalized_text = normalized_text.replace("եվ", "yev")
124
 
125
  # Handle 'ո' at the beginning of a word
126
  normalized_text = normalized_text.replace(" ո", " vo")