Saravananslb / py-googletranslation

pygoogletranslation: Free and Unlimited Google translate API for Python. Translates totally free of charge.
https://saravananslb.github.io/py-googletranslation/
MIT License
156 stars 40 forks source link

Is there an offline version of this library?whether the corresponding text can be translated when the network is disconnected #24

Closed mashagua closed 3 years ago

johann-lau commented 3 years ago

This library, as its name says, is based on Google Translate. Human-language translation is not just replacing text. It is also analysing grammar. An offline translator is of course possible (that's what Google do in their end), but the file size will not be optimal and I don't think it will be Pythonic.

mashagua commented 3 years ago

This library, as its name says, is based on Google Translate. Human-language translation is not just replacing text. It is also analysing grammar. An offline translator is of course possible (that's what Google do in their end), but the file size will not be optimal and I don't think it will be Pythonic.

Thany you for your reply