vzhou842 / profanity-check

A fast, robust Python library to check for offensive language in strings.
https://pypi.org/project/profanity-check
MIT License
612 stars 113 forks source link

Updated joblib files using joblib directly (to prevent import errors.) #17

Open aidansean opened 4 years ago

aidansean commented 4 years ago

This PR updates the joblib files. They have been updated by loading them using joblib in Python3.7, and then dumping them using joblib. This prevents the following error during operation:

E ModuleNotFoundError: No module named 'sklearn.externals.joblib'

ccombsnbcu commented 4 years ago

Are there plans to publish this as a fix?

juancastingo commented 3 years ago

Please merge this

ieshaan12 commented 3 years ago

Anyway we can download this specific branch?

kennell commented 2 years ago

There is a somewhat actively maintained fork that fixes this issue, along with some other improvements and updates.

https://gitlab.com/dimitrios/alt-profanity-check