How to translate text to English in python?

0zz85mp0 report abuse

When working with gathering text data from multiple sources I faced the need to translate foreign texts to the english language. Are there any python libraries to help me with this task and which one would be the best one to use?

Answers

JuanG report abuse

Hey @0zz85mp0 , Perhaps this - https://pypi.org/project/translate/

Regards.

spyKY report abuse

I would suggest using https://pypi.org/project/translate/. With this library you can translate both via command line and in python using Microsoft Translation API.

Add Answer

Need support?

Just drop us an email to ... Show more