Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 508 Bytes

###Biraj Silwal

Tweet Sentiment

Requirement to run the program:

  • make sure the file path is correct inside process_tweets method
  • path to files is setup in def process_tweet

How to test a sentiment of new tweet:

  • In the main, there is input_test_set where you put your desired tweet, once you run the program, it will output classification of a given tweet.
  • If you run this, inside main in the classifying section, you have to comment the election trial portion code and vice versa.