-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
translations do not match translate.google.com translations. #286
Comments
it's translate same with translate.google.com today. but i'm sure it will change so i wont close the issue |
just like i said. it's broked again |
Please tell me more details. If you could compare the results for the deep_translator.GoogleTranslator case and the translate.google.com case, including python code for the former, and explain what results you expect and how they differ, I think others would be able to experiment and reproduce the results and discuss them. |
I hope I understand correctly. you can do a comparison with this code. if the result is otomobil, this result is incorrect, i.e. this library is broken. but if it writes otomatik, this translation is correct. `from deep_translator import GoogleTranslator
print("Çeviri Sonuçları:") deneme = input("")` |
How about long sentence text? Example : deeptranslator result:
google web translate result:
I'm curious, are all of the word-only translations wrong? |
I was previously using the googletrans library and about 2 weeks ago the above mentioned problem started to appear and I ended up using this library. but today, and yes yesterday this problem was not there, the same (exactly the same) translations as the googletrans library started to appear.
The text was updated successfully, but these errors were encountered: