Thursday, December 26, 2019

Best Profanity filters for using in Python Django project

I have a requirement where I need to use the profanity check for the list of forms. If the profanity is detected then it should stop further actions. 


Currently I am using "profanity_check" package for profanity detection, however getting the below warning from python in cmd.


FutureWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+


Is the "profanity_check" package suggested, what are alternative solutions?


Thank you.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e418a4df-3686-4e5a-b55e-ae0d01cc8e7e%40googlegroups.com.

No comments:

Post a Comment