Skip to content

thepank25/textblob-sentiment-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%