Python Web Scraping using Tweepy, performing sentiment analysis using predefined pickled dictionaries, and write positive or negative sentiment to a text file (twitter-out.txt)
- MultinomialNB, BernoulliNB
- LogisticRegression, SGDClassifier
- SVC, LinearSVC, NuSVC
- ClassifierI
- nltk
- random
- pickle
- sklearn
- statistics
- tweepy
- json