In short we have trained our model to predict whether a review is positive or negative
In this project we have performed following steps -
(1) Cleaned the reviews by removing word which do not help in classifying the review as positive or negative
(2) Stored the words as tokens
(3) Splitting data into test and training sets
(4) Traning the model using naive base classification
(5) making prdictions