You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python classifier.py does creates a naive bayes classifier from movie review data. Ensure that the data is downloaded with nltk.download()
python gatherData.py creates a naive bayes classifier from sentiment140 data. Ensure that an appropriate subset is used as per the comments in the file
python IRC.py uses the classifiers saved from classifier and gatherdata and performs analysis on the Twitch channel as described in code