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

Suggestion: add a swear list to the AI. #32

Open API-Troubles opened 3 years ago

API-Troubles commented 3 years ago

Make a list that would auto-trigger a swear alert and make it customizable.

jtpotato commented 2 years ago

That... defeats the entire point

BradKML commented 2 years ago

@FelixGao-discord please explain the reasoning behind this. If you want to use a wordlist-based system rather than an AI model based on sentence datasets, you should use other libraries.

API-Troubles commented 2 years ago

@BrandonKMLee I mean add a set of words that are always considered swears. Like the f word. In which the ai would check the list as well.