profanity-filter icon indicating copy to clipboard operation
profanity-filter copied to clipboard

A Python library for detecting and filtering profanity

Results 12 profanity-filter issues
Sort by recently updated
recently updated
newest added

So I am trying to make a bot that uses this module and it can't seem to work after being turned into a .exe. It compiles fine but if I...

Hey, I have been using the Library to classify english texts. The one problem I have been facing is that the tool is wrongly classifying words that have devil, hell...

I created a simple service using instructions from your readme but nothing works. My service: ``` import spacy from django.conf import settings from functools import cached_property from profanity_filter import ProfanityFilter...

The profane words dictionary contains both `wank` and `fuck` and also `fucker` and `wanker`, however `pf.censor_word()` correctly censors `fucks` and `wanks` but not `fuckers` or `wankers`. This seems counter intuitive...

It should be implemented as settable property. Note, that cache should be cleared after the setting the new value.

enhancement
good first issue

Algorithm: https://fastss.csg.uzh.ch/ Implementation: https://github.com/fujimotos/TinyFastSS

Also package it to the Docker.

enhancement

I think `dask` is a good solution because it has a nice API and can be used in a cluster. The easiest and most effective parallelization is to map words...

enhancement
low-priority

For example, these words should not be detected as profane: "deathfrom", "eskimobob" if they come as part of emails and URLs.

enhancement