Skip to content

Code01010/Twitter-Sentiment-Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Sentiment-Analysis

This Project is based on the text processing of tweets and then predicting their Sentiment.

Text Preprocessing Steps:

  1. removal of punctuation, special characters
  2. lower or upper case
  3. Tokenization
  4. stemming
  5. Lemmatization

Word Cloud (Fig_1) alt text

This Project uses Bag of Words Model and MultinomialNB classifier for classification.

classification report: (Fig_2) alt text

Accuracy : 0.94

About

This Project is based on the text processing of tweets and then predicting their Sentiment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%