https://github.com/shankytiwari/nlp-sentiment-analysis-in-python
Creating a sentiment analysis machine learning model in python
https://github.com/shankytiwari/nlp-sentiment-analysis-in-python
nlp nlp-machine-learning sentiment-analysis sentiment-classification sentiment-classifier
Last synced: 6 months ago
JSON representation
Creating a sentiment analysis machine learning model in python
- Host: GitHub
- URL: https://github.com/shankytiwari/nlp-sentiment-analysis-in-python
- Owner: ShankyTiwari
- Created: 2019-03-16T04:48:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T04:52:13.000Z (over 6 years ago)
- Last Synced: 2025-03-24T10:56:28.634Z (7 months ago)
- Topics: nlp, nlp-machine-learning, sentiment-analysis, sentiment-classification, sentiment-classifier
- Language: Python
- Homepage: http://www.codershood.info/2019/03/16/nlp-sentiment-analysis-in-python/
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLP sentiment analysis in python
This script will demonstrate how to create a machine learning model which will predict if the new incoming customer review is positive or negative. For this article, we will use amazon’s food review dataset available at [kaggle](https://www.kaggle.com/snap/amazon-fine-food-reviews).
[For complete tutorial and source code explanation, read the blog post](http://www.codershood.info/2019/03/16/nlp-sentiment-analysis-in-python/)