A small profane_detector
Project description
ProfanityDetector
A Python library for profanity detection in text, providing a customizable ProfaneDetector class. Easily integrate into your projects to filter or flag content.
Installing
pip install profane-detector
Usage examples
from profane_detector import ProfaneDetector
profane_detector = ProfaneDetector()
to_detect = "fuck you!"
language = "en"
did_detect = profane_detector.detect_api(language, to_detect)
print(did_detect)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
profane_detector-1.1.4.tar.gz
(16.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file profane_detector-1.1.4.tar.gz.
File metadata
- Download URL: profane_detector-1.1.4.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e112a9783811592696aa94bcee2542027dbdc42ab872e511f5e2ddfc07724d2
|
|
| MD5 |
ad320b041f79a5b000797f87b0104297
|
|
| BLAKE2b-256 |
01a81b4462942a034bce29f1efbee3c2352fb8740c34fde68610fb2d043de90c
|
File details
Details for the file profane_detector-1.1.4-py3-none-any.whl.
File metadata
- Download URL: profane_detector-1.1.4-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa48c5891752ec291db817a67b5069e2f0e74a4f202056ed74ce63b38deb2551
|
|
| MD5 |
bc1624aaf1fd898a6536d0ced407a705
|
|
| BLAKE2b-256 |
fa8bf65ad58df875cd26d6278c4e96fb31db22f5af058722d12ed546baed5f37
|