Lemon is a free, lightweight text classifier to indentify toxicity, insult, sexuality, threat, neutrality from a sentance
Project description
Lemon
Lemon is a free, lighterweight and fast python library to detect toxicity, insult, sexuality, threat, neutrality from text. It utilizes machine learning to do so.
Installation
pip install lemonify
Example usage
from lemonify import lemon
print(lemon("you are stupid"))
Response example
{'toxicity': 1.0, 'insult': 1.0, 'sexuality': 0.0, 'threat': 0.0, 'neutrality': 0.0}
Made with ♥️ by Blaze
Feel free to DM me on discord if there's any issues Blaze :>
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 Distributions
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 lemonify-0.1.tar.gz.
File metadata
- Download URL: lemonify-0.1.tar.gz
- Upload date:
- Size: 91.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
240d4e287902d2de68b2834ee9c55d482ba41361f902786374db9f6c66aabc47
|
|
| MD5 |
f7a5ec0ebe9820e4f39642f62dfaa25b
|
|
| BLAKE2b-256 |
c5408b66bdd5cdc86e8fe94895ddd70b5e90dca25cb9d71afc78ca4738488ae3
|
File details
Details for the file lemonify-0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: lemonify-0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 224.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d5917ba8d1c159bf3d1ad4bdfd547b999507c949485f5b0298c827a63b6f992
|
|
| MD5 |
94df3a786dfe12b7648d441176a3c402
|
|
| BLAKE2b-256 |
564a094f0d90f5f2be1be6707007d7aeee640fa3cf090765464faed04e0b482b
|
File details
Details for the file lemonify-0.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: lemonify-0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 42.4 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15acd0b8d5c9ac963b5da2226c5745f96a5de770952a3ffb8348e4980c19bec
|
|
| MD5 |
fef1733041540ff5d439b6a8cb0c6f96
|
|
| BLAKE2b-256 |
7a29bd5415ecfecdf3e5c8ba62a685059c346da6c34ad13a8c1e673ba13517a5
|