-
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
Language auto detecting is broken in MyMemory #75
Comments
I have only one solution - write own MyMemory page parser, instead of using API, because in web version of MyMemory auto detection works properly |
Closed in #95: In [1]: from translatepy.translators.mymemory import MyMemoryTranslate
In [2]: dl = MyMemoryTranslate()
In [3]: dl.language("language")
Out[3]: LanguageResult(service=Translator(MyMemory), source='language', source_lang=Language(English))
In [4]: dl.language("Bonjour")
Out[4]: LanguageResult(service=Translator(MyMemory), source='Bonjour', source_lang=Language(French))
In [5]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same issues:
terryyin/translate-python#69
terryyin/translate-python#77
terryyin/translate-python#53
The text was updated successfully, but these errors were encountered: