From 7351e2d58097b4094b40e593e8bdedb74bb8edaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhan=20=C4=B0=C5=9Ftenhi=C3=A7korkmaz?= Date: Wed, 10 Oct 2018 21:44:26 +0300 Subject: [PATCH] Added abdulfatir/twitter-sentiment-analysis. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 314a0c1..d595723 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ _**Caveats**: A key problem in sentiment analysis is its sensitivity to the doma [xiaohan2012/twitter-sent-dnn](https://github.com/xiaohan2012/twitter-sent-dnn): Supervised Machine Learning, Deep Learning, Convolutional Neural Network. [[paper]](http://phd.nal.co/papers/Kalchbrenner_DCNN_ACL14) +[abdulfatir/twitter-sentiment-analysis](https://github.com/abdulfatir/twitter-sentiment-analysis): Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc. + [kevincobain2000/sentiment_classifier](https://github.com/kevincobain2000/sentiment_classifier): Supervised Machine Learning, Naive Bayes Classifier, Max Entropy Classifier, SentiWordNet. [pedrobalage/SemevalAspectBasedSentimentAnalysis](https://github.com/pedrobalage/SemevalAspectBasedSentimentAnalysis): Aspect-Based, Supervised Machine Learning, Conditional Random Field.