An intelligent Python library designed to detect and filter offensive language, ensuring respectful and constructive communication in any digital space.
Project description
cleanse-speech 🚀
Python🐍 3.9+ support.
A library for cleansing sensitive words in speech.
[!NOTE] This library is designed with the intent to promote a harmonious online environment by identifying and addressing offensive language. It is not intended to enforce strict censorship or infringe upon free speech. Our goal is to foster respectful communication and ensure that all users feel safe and included in online communities. By using this library, developers can help create spaces where open dialogue is encouraged while maintaining a level of decency and mutual respect.
Installation
pip install cleanse-speech
Usage
import io
from cleanse_speech import DLFA
from cleanse_speech import SpamShelf
if __name__ == '__main__':
dfa = DLFA(words_resource=[
['你好'],
io.BytesIO(b'sensitive'),
SpamShelf.CN.ADVERTISEMENT,
])
print(dfa.contains_illegal('This is a 你好 word.'))
print(dfa.censor_all('This is a 你好 word.'))
print(dfa.extract_illegal_words('This is a 你好 word.'))
dfa.update_words(['sensitive', 'word', 'new'])
print(dfa.extract_illegal_words('This is a new sensitive word.'))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cleanse_speech-0.1.3.tar.gz
.
File metadata
- Download URL: cleanse_speech-0.1.3.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.15.2 CPython/3.10.12 Linux/6.5.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de3df771500eb426fecf7c700991932e48dc5d24c11b4bada27be17554525985 |
|
MD5 | 5eb8369f8bd81de841fc32ffdd068c14 |
|
BLAKE2b-256 | 855e2fe5b9876fa2a183667009bdc44ed2840ab565c64558ef19ca2e122ffe35 |
File details
Details for the file cleanse_speech-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: cleanse_speech-0.1.3-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.15.2 CPython/3.10.12 Linux/6.5.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d7d6ae8a0f2c4a70825b345e16dcde63e1eb0461464f7efea528130778d5d86 |
|
MD5 | f8a324aa30a8fe05c3bea972d60c670e |
|
BLAKE2b-256 | 154dd03bfd00df03bd5799f3ec33b63e2d9c7dda733a336db516ae871ef01e1d |