This document discusses utilizing Twitter data to perform sentiment analysis. It describes collecting tweets using the Twitter API and preprocessing the data. It then explores different machine learning algorithms for sentiment classification, including Naive Bayes, Maximum Entropy, and Support Vector Machines. The results show that Naive Bayes with Laplace smoothing and SVM performed best at classifying tweet sentiment when using unigrams as features. Part-of-speech features also yielded comparable results to n-grams. Overall, the study aims to evaluate different feature combinations and machine learning algorithms for automated sentiment analysis of tweets.