twitter-sentiment-analysis icon indicating copy to clipboard operation
twitter-sentiment-analysis copied to clipboard

Looking to measure sentiments of every tweet

Open AppyFizzy opened this issue 6 years ago • 0 comments

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.?

AppyFizzy avatar Jul 11 '18 09:07 AppyFizzy