Noah's Simple Sentiment Classifier
A super simple implementation of the textblob polarity classifier
Installation
pip install noahs_simple_sentiment_classifier
Code Sample
from noahs_simple_sentiment_classifier import classify
value = classify("i hate you")
# value will be either "hostile","friendly","neutral"
print(value)
Release files for noahs-simple-sentiment-classifier 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| noahs_simple_sentiment_classifier-0.1.1.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noahs_simple_sentiment_classifier-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.1 kB
Release files / noahs_simple_sentiment_classifier-0.1.1.tar.gz
| Download URL | noahs_simple_sentiment_classifier-0.1.1.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae296b89d8234aca488ccd50092b0483f50de7e811d414dcd3f46881ea17d05f
|
|
BLAKE2b-256 checksum How to use checksums |
75f51e1322c02edcf0c11cdd3fc12d9179046e7ebbc7dd13742d7c660f4902e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|
Release files / noahs_simple_sentiment_classifier-0.1.1-py3-none-any.whl
| Download URL | noahs_simple_sentiment_classifier-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3158d6a578804e97fb8e3c4ba69ddb1d415c8e731b2b35d2a2518f0130468308
|
|
BLAKE2b-256 checksum How to use checksums |
6fa6ae50cfbba9e2a15d27d4801ad7fe994377e10d648a7bc2434aa7b5f691fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|