Sentiment-Analysis
Using NLTK to analyse sentiment of tweets
sentiment_analysis_training.py trains model. utils.py is required to run to install all the dependencies. predictor.py takes the tweet as input and gives the sentiment of the tweet.
1)Run utils.py to install the dependencies 2)Run sentiment_analysis_training.py to train and save the model 3)Run predictor.py to predict the sentiment of the new tweet.
Log in or sign up for Devpost to join the conversation.