MrDogeBro / content_filter

A basic but robust content filter for python.
MIT License
4 stars 1 forks source link

Default word's list #9

Closed YanaHontarenko closed 3 years ago

YanaHontarenko commented 3 years ago

Is default word's list empty? Or maybe there is some option in your library to see the all list of words which will be filtered?

MrDogeBro commented 3 years ago

The default word list is not empty. The default word list is just a default profanity/nsfw filter. If you would like to see the words in the default list, you could look through the default list file in the source code (https://github.com/MrDogeBro/content_filter/blob/master/content_filter/data/filter.json).

YanaHontarenko commented 3 years ago

@MrDogeBro , oh, I see now! Thank you for the answering! Amazing tool :)

MrDogeBro commented 3 years ago

@hontarenkoYana no problem. Glad to help.