Skip to content

Sentimental analysis on IMDB Movie Reviews. Classifies Movie Reviews into positive or negative

Notifications You must be signed in to change notification settings

vardan10/Sentimental-Analysis-IMDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentimental-Analysis-IMDB

This Projects classifies any textual movie review into positive or negative using SVM classifier in both term frequency and inverse document frequency in scikit learn.

Requirements

  • Python
  • PIP (Python Package Manager)

How to Run

1. Clone this Repo
2. Install Packages (pip install --upgrade -r requirements.txt)
3. Run the project (python sentiment.py)

Sample Comments

  • Positive: This is a good movie
  • Negative: This is not a good movie

About

Sentimental analysis on IMDB Movie Reviews. Classifies Movie Reviews into positive or negative

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages