areebbeigh / profanityfilter

A universal Python library for detecting and filtering profanity
https://pypi.python.org/pypi/profanityfilter
BSD 3-Clause "New" or "Revised" License
73 stars 25 forks source link

Add bad word #1

Closed brandonsturgeon closed 6 years ago

brandonsturgeon commented 7 years ago

There should probably be some programmatic support for bad-word pluralization, but this fixes my specific scenario.

areebbeigh commented 7 years ago

Yup, that's needed. I'll look into it if I get the time to do so (PRs on the same are welcomed). Manually adding plurals to the world list is probably a bad idea.