twitter-sentiment-analysis
twitter-sentiment-analysis copied to clipboard
Looking to measure sentiments of every tweet
I set up your repository and retrieved the results using python baseline.py TRAIN = True
I had to enter my own dataset to train the bot where i had to add sentiments manually as 0 or 1 ... but when i added a file to test which included tweet_id and tweet, and run the above command, then the result i got was Correct = 100.00%
Well I am looking for a code where the sentiments will be predicted as positive or negative. how do I go about it.?