This document discusses sentiment analysis on Twitter text using unigram and bigram feature extraction. It compares the performance of four machine learning classifiers (Naive Bayes Multinomial, 5-NN, SMO, REPTree) on a Twitter dataset using unigram and bigram features. The results show that the 5-NN algorithm achieved the highest accuracy of 85.83% when using bigram features, outperforming the use of only unigram features. The study aims to evaluate different classifiers' performance on sentiment analysis of tweets and determine the most effective feature for gleaning sentiments from Twitter posts.