-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[add] Implementing a more stable Yandex Translate implementation #10
[add] Implementing a more stable Yandex Translate implementation #10
Conversation
Fixes #4 |
Oh, my God, I didn't finish something |
All right, ready. By the way, I had to remove the transliterating function in Yandex Translator because it does not work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewing Zhymabek Roman's implementation of Yandex.Translate
Thank you very much for your PR! I just reviewed it and left some comments ~ |
Thank you for code reviewing and comments, tomorrow with fresh head look all above listed comments in code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[review] I thought I would need to reimplement the SID system just for transliteration but it seems to work fine without it.
That's cool if we don't need it because it removes the file IO time (although I think that it shouldn't be a lot of overhead because the longest IO operation here is the internet request)
Transliteration in Yandex Translator does not require either SID or UCID, that is, transliteration is absolutely free, so it makes no sense to reimplement SID. |
Ok cool! Do you want to make changes or should I merge your PR? |
Yes, PR is ready, you can merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[merged] Thank you very much!!!
Just tested it by installing the main branch version (using pip install git+https://git url) and it works perfectly!!
Hello, @Animenosekai, Can you enable the discus function in the repository? I just have some thoughts and ideas that I would like to talk about, I don't see the point creating issue for this. Here is the instruction: https://docs.github.com/en/discussions/quickstart |
Added! |
26.04.2021_18.31.17_REC.mp4