Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 431 Bytes

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.