https://github.com/letsdeepchat/sentimental-analysis-on-a-movie-data-
Completed a project to predict if the movie review is positive or not from an ACL-IMDB dataset. Used NLTK and Sklearn to preprocess the text data and predict the sentiment.
https://github.com/letsdeepchat/sentimental-analysis-on-a-movie-data-
Last synced: over 1 year ago
JSON representation
Completed a project to predict if the movie review is positive or not from an ACL-IMDB dataset. Used NLTK and Sklearn to preprocess the text data and predict the sentiment.
- Host: GitHub
- URL: https://github.com/letsdeepchat/sentimental-analysis-on-a-movie-data-
- Owner: letsdeepchat
- Created: 2019-04-10T07:31:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T08:10:34.000Z (over 7 years ago)
- Last Synced: 2025-02-12T15:40:37.672Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentimental-Analysis-on-a-Movie-Data-
Completed a project to predict if the movie review is positive or not from an ACL-IMDB dataset. Used NLTK and Sklearn to preprocess the text data and predict the sentiment.