Any module that can translate from english to english in python / nltk?

Is there any module that can be used to translate from Arabic to English in Python / NLTK?

+3
source share
1 answer

You are probably best off looking at some of the live translation APIs , such as the Google Translate APIs . I think SysTRAN also provides an API, but I'm not sure if they support Arabic.

The Google API supports bindings for Python .

In any case, if there was a stand-alone solution, perhaps it would not be very good, and it quickly became outdated.

+1
source

All Articles