You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When translated from latin the text to cyrillic-russian. Example translated -
using lib: ("ya neznayu" -> "ыа незнаыу")
supposed to be: ("ya neznayu" -> "я незнаю")
The text was updated successfully, but these errors were encountered:
abduakhatov
changed the title
Small bug related to special letters: я -> ya
Small bug related to special letters: я -> ya #BUG
Jul 19, 2018
This is expected behaviour. Right now project does not have manpower to fix similar problems(#12) since it requires some redesign. You can apply pull-request #13 for yourself and add any conversions you like as a temporary workaround.
Pull request #13 was almost ok, besides that some tests were failing. It's the right approach to broaden the pre_processor_mapping and reversed_pre_processor_mapping for such cases. Help here is highly appreciated.
Yeah, for sure bro, sooner I will be free from my project, so except the pull request regarding the bug mentioned, I am going to add languages from two different language families. Still, thank you for this project
When translated from latin the text to cyrillic-russian. Example translated -
using lib: (
"ya neznayu" -> "ыа незнаыу"
)supposed to be: ("
ya neznayu" -> "я незнаю
")The text was updated successfully, but these errors were encountered: