To perform sentence level sentimental analysis on reviews to generate restaurant ratings.
#Algorithms Implemented
- Multinomial Logistic Regression
- Multinomial Naive Bayes (with Laplacian Smoothening)
- Ensemble Classifier of 1 and 2
#Data The Data used for this project is available here : https://drive.google.com/drive/folders/0B2WHLa7kezoWMWFpSE1qVnp2R2s?usp=sharing
#How to run :
- clone
- refer main.ipynb for sample implementation
- change the path of data files in pre_processing.py(line 124 and 125) to the dataset's local location.
- implement your own code !