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

Create models from clean data #14

Closed dimitrismistriotis closed 4 years ago

dimitrismistriotis commented 4 years ago

Added script from blog post and recreated models from the clean data file.

Should remove warnings and errors for importing joblib and others.