From 0a490ea07a536657f1fc5c3cf458d102c47dc779 Mon Sep 17 00:00:00 2001 From: Mengxuan Xia Date: Wed, 22 Feb 2017 18:01:58 -0500 Subject: [PATCH] TOC --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 32cdfe4..b3c06d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,26 @@ 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) + + +- [😀😄😂😭 Sentment Analysis 😥😟😱😤](#😀😄😂😭-sentment-analysis-😥😟😱😤) + - [Objective](#objective) + - [Introduction](#introduction) + - [Survey Papers](#survey-papers) + - [Baseline Systems](#baseline-systems) + - [Resources and Corpora](#resources-and-corpora) + - [Open Source Implementations](#open-source-implementations) + - [NodeJS](#nodejs) + - [Java](#java) + - [Python](#python) + - [R](#r) + - [Golang](#golang) + - [Ruby](#ruby) + - [SaaS APIs](#saas-apis) + - [Contributing](#contributing) + + + ## 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.