Skip to main content

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


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)

Uploaded Source

Built Distribution

i_rly_like_lemons-1.0-py3-none-any.whl (30.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page