Skip to content

stepthom/textblob-sentiment-analysis

Repository files navigation

textblob-sentiment-analysis

Simple example of using TextBlob to perform sentiment analysis

Usage

python ./doAnalysis.py

Data

Included in this repository is a dataset of tweets. Each row contains three columns:

  1. The tweet text.
  2. The tweet ID.
  3. The tweet publish date

The full dataset (i.e., newtwitter.csv contains 8,595 rows. A small sample of 100 rows (i.e., newtwitter.small.csv) is also provided.

About

Simple example of using TextBlob to perform sentiment analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages