vzhou842 / profanity-check

A fast, robust Python library to check for offensive language in strings.

Home Page:https://pypi.org/project/profanity-check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: add a swear list to the AI.

API-Troubles opened this issue · comments

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

commented

That... defeats the entire point

commented

@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.

@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.