profanity-check
profanity-check copied to clipboard
Import error
Traceback (most recent call last):
File "D:/Work/Tests-Tutorials/german/TEIST.py", line 1, in
from profanity_check import predict, predict_prob
predict(['predict() takes an array and returns a 1 for each string if it is offensive, else 0.'])
[0]
predict(['fuck you'])
[1]
predict_prob(['predict_prob() takes an array and returns the probability each string is offensive'])
[0.08686173]
predict_prob(['go to hell, you scum'])
[0.7618861]
Code that generated it (copy paste from module site)
Can you please help me with making a better Profanity Filtering on GitHub App
@Logothetiz @travislibby000000 please communicate more clearly what you are trying to do.
I wanted to test the module to see if and how it works and to start I copy pasted the usage section of this site https://pypi.org/project/profanity-check/
Found this as an alternative:
https://pypi.org/project/alt-profanity-check/
Worked for me with Python 3.8
You can follow the alt-profanity-check
package here: https://gitlab.com/dimitrios/alt-profanity-check