textaugment
textaugment copied to clipboard
No module named 'textblob.translate'
The latest version of Textblob has following change:
- TextBlob.translate() and TextBlob.detect_language are deprecated. Use the official Google Translate API instead
Hence the import is failing while using textaugment. Please fix this. My Production environment depends on this.
https://textblob.readthedocs.io/en/latest/changelog.html
@JosephSefara @vukosim
PR - https://github.com/dsfsi/textaugment/pull/35