This document discusses various techniques for sentiment analysis of application reviews, including both statistical and natural language processing approaches. It describes how sentiment analysis can be used to analyze textual reviews and classify them as positive or negative. Several key techniques are discussed, such as using machine learning classifiers like Naive Bayes, extracting n-grams and sentiment-oriented words, and developing rule-based models using techniques like identifying parts of speech. The document also discusses using these techniques to perform sentiment analysis at both the document and aspect levels.