Update README.md

This commit is contained in:
Mengxuan Xia 2017-10-20 12:10:15 -04:00 committed by GitHub
parent 684ca4de7e
commit ecf7196db0
1 changed files with 2 additions and 0 deletions

View File

@ -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.