Sentimental Analysis is the classification of a text into positive or negative sentiment. In this project, we used some of the NLP techniques, NLTK module to preprocess the text and then applied the Machine learning approach of training the data and predicting the result. In this project, Naive Bayes classification tool is used which predicts membership probabilities for each class to classify the text.
Instructions : 1)Run the index.html file to open the project