This commit is contained in:
Mengxuan Xia 2017-02-22 17:58:02 -05:00
parent e74136262a
commit 4221d202f0

View File

@ -4,8 +4,12 @@ A curated list of Sentiment Analysis methods, implementations and misc.
> Sentiment Analysis is the field of study that analyzes people's opinions, sentiments, evaluations, attitudes, and emotions from written languages. (Liu 2012) > Sentiment Analysis is the field of study that analyzes people's opinions, sentiments, evaluations, attitudes, and emotions from written languages. (Liu 2012)
## Objective
The goal of this repository is to provide adequate links for scholars who want to research in this domain; and at the same time, be sufficiently accessible for developers who want to integrate sentiment analysis into their applications. The goal of this repository is to provide adequate links for scholars who want to research in this domain; and at the same time, be sufficiently accessible for developers who want to integrate sentiment analysis into their applications.
## Introduction
Sentiment Analysis (SA) happens at various levels: Sentiment Analysis (SA) happens at various levels:
- Document-level SA evaluate sentiment of a single entity (i.e. a product) from a review document. - Document-level SA evaluate sentiment of a single entity (i.e. a product) from a review document.
- Sentence-level SA evaluate sentiment from a single sentence. - Sentence-level SA evaluate sentiment from a single sentence.