This document summarizes a research paper on analyzing sentiment in tweets using sentiment analysis. It discusses how social media generates large amounts of user data that can be analyzed. Sentiment analysis involves classifying opinions expressed in tweets as positive, negative or neutral. This can be done using supervised machine learning approaches or unsupervised lexicon-based approaches. The document also outlines the common steps in sentiment analysis of twitter data: data collection, preprocessing, feature extraction, classification and discusses examples of each approach. Finally, it lists some popular tools used for sentiment analysis.