From ecf7196db06ad9e6cf1fcc4575c360f927110c22 Mon Sep 17 00:00:00 2001 From: Mengxuan Xia Date: Fri, 20 Oct 2017 12:10:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89335a1..782c599 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ _**Caveats**: A key problem in sentiment analysis is its sensitivity to the doma [yiyang-gt/social-attention](https://github.com/yiyang-gt/social-attention): Deep Learning, Attention-based. Uses authors' position in the social network to aide sentiment analysis. [[paper]](https://arxiv.org/pdf/1511.06052.pdf). +[thunlp/NSC](https://github.com/thunlp/NSC): Deep Learning, Attention-based. Uses user and production information.[[paper]](http://anthology.aclweb.org/D/D16/D16-1171.pdf). + ### R [timjurka/sentiment](https://github.com/timjurka/sentiment): Supervised Machine Learning, Naive Bayes Classifier.