xditya / ProfanityDetector

Profanity Detector.

Home Page:https://pypi.org/project/ProfanityDetector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profanity Detector

  • Installing:
    pip install ProfanityDetector

  • Requirements:
    requests

Sample Usage

from ProfanityDetector import detector

sentence = "This is a sample sentence."
word, detected = detector(sentence)

if detected:
    print(f"Profanity detected.\nWord: {word}")

Made with đź’• by @TeamUltroid.

About

Profanity Detector.

https://pypi.org/project/ProfanityDetector/

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%