Skip to content

Manoj-M045/Sentiment-Analysis-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis using NLP and Naive Bayes

Overview

This project performs sentiment analysis on text reviews using Natural Language Processing (NLP).

Technologies Used

  • Python
  • Pandas
  • Scikit-learn
  • CountVectorizer
  • Multinomial Naive Bayes

Features

  • Converts text into numerical features using Bag of Words.
  • Trains a Naive Bayes classification model.
  • Predicts whether a review is Positive or Negative.
  • Accepts user input for real-time sentiment prediction.

Concepts Used

  • Natural Language Processing (NLP)
  • Bag of Words
  • CountVectorizer
  • Text Classification
  • Naive Bayes Algorithm

Author

MANOJ M

About

This project demonstrates the use of Natural Language Processing (NLP) and the Multinomial Naive Bayes algorithm to classify text reviews as Positive or Negative. By converting text into numerical features using the Bag of Words approach, the model can effectively analyze and predict sentiment from user-provided reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors