correct xiaohan2012 link

http://nal.co/papers/Kalchbrenner_DCNN_ACL14 redirects to https://www.nal.ai/papers/Kalchbrenner_DCNN_ACL14  and gets 404.
This commit is contained in:
androm3da 2017-04-06 11:25:43 -05:00 committed by GitHub
parent e0be088b2f
commit 3d51ca3130
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ The characteristics of each implementation are described.
[vivekn/sentiment](https://github.com/vivekn/sentiment): Supervised Machine Learning, Naive Bayes Classifier. [[paper]](https://arxiv.org/abs/1305.6143)
[xiaohan2012/twitter-sent-dnn](https://github.com/xiaohan2012/twitter-sent-dnn): Supervised Machine Learning, Deep Learning, Convolutional Neural Network. [[paper]](http://nal.co/papers/Kalchbrenner_DCNN_ACL14)
[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)
[kevincobain2000/sentiment_classifier](https://github.com/kevincobain2000/sentiment_classifier): Supervised Machine Learning, Naive Bayes Classifier, Max Entropy Classifier, SentiWordNet.