This repository is not active
Sourabh42/TwitterAnalyser
Twitter Tweet Sentiment Analyser. Uses Naive Bayes Classifier to classify tweets into positive or negative categories. The live tweets are downloaded from the Twitter Streaming API service. Two text files positive.txt and negative.txt respectively containing ~10,000 tweets are loaded on the device. The classifier learns on them as the app starts. Thereafter one can use a search term to collect live tweets and classify them.
Java