Skip to content

IEEE-SB-VIT-Pune/Sentiment-Analysis-using-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis using NLP

Details of the Project

The objective of this project is to classify the given reviews as either Positive or Negative. The project uses NLTK for data preprocessing. With the help of the TextBlob module we have found the polarity and subjectivity of the sentences. Logistic Regression is used to classify the given reviews as Positive or Negative with an accuracy of 88% and the model is tested on some unseen data with a testing accuracy of 86%

About the Dataset

The dataset used contains 3000 reviews taken from imdb.com, yelp.com and amazon.com. The reviews contain labels which indicate whether it is Positive (1) or Negative (0)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published