a hyper fast sentiment analysis module
Project description
how to use:
1: use get_sentence_sentiment("your sentence here") > to get the sentiment of a single sentence. input > a string sentence output > a float: 0 - neutral >0 - positive - happy <0 - negative - angry
2: use get_text_sentiment("your text here, with commas. and also many lines") > to get a list of all sentences sentiments. input > a string text output > a list of each sentences sentiment > [0.2, -1, -0.7, 3,...3, 0.6]
!!!important!!! each sentence is the text is seperated by commas "," and dots "."
more explanations can be found in github or the documentation source code is also on github
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
i_rly_like_lemons-1.0.tar.gz
(30.8 kB
view hashes)
Built Distribution
Close
Hashes for i_rly_like_lemons-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 788884be96e16c9101aa79d4ecd70b4e2c9e26c1dd0f03e01f5eba28810c8479 |
|
MD5 | 8a1277c8b2974d03ea020fd4662d1456 |
|
BLAKE2b-256 | bcc9d0777ea531aef4f6e173465fca1e080bd962b52b87d9e100705040d21e98 |