Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.44 KB

README.rst

File metadata and controls

28 lines (19 loc) · 1.44 KB

Python library to Explore Emotions Behind Tweets

license python_version coverage test

python-sentiment is a Python package leveraging NLP algorithm and the Twitter API to score the sentiment of a tweet.

Installation

Installing twitter-sentiment is simple, you just have to use pip.

pip install twitter-sentiment

Documentation

Documentation is available at twitter-sentiment.readthedocs.io

twitter-sentiment in a nutshel

twitter-sentiment let you score a tweet/list of tweets on a scale of -1 to 1. A score below 0 represents a negative tweet, while a score greater than 0 represents a positive tweet. To score a tweet, twitter-sentiment levereage TextBlob Naive Byaise NLP library. More information can be find at textblob.readthedocs.io