andrewtavis / kwx

BERT, LDA, and TFIDF based keyword extraction in Python
BSD 3-Clause "New" or "Revised" License
70 stars 10 forks source link

Convert translation feature #44

Open andrewtavis opened 3 years ago

andrewtavis commented 3 years ago

The current translation feature found in kwx.utils.translate_output() is based on py-googletrans, which is steadily being less and less maintained. A better option would be if the translation feature could be converted over to another Python API such as OpenNMT-py, argos-translate, textblob, 🤗 transformers or another machine translation package.

andrewtavis commented 2 years ago

DeepL also has a Python client that could be a good fit for this.