we now have link to WSD based sentiment classification

https://github.com/kevincobain2000/sentiment_classifier
This commit is contained in:
Pulkit Kathuria 2014-07-17 10:41:25 +09:00
parent 53de161753
commit 3bce1608cc
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ on MNIST digits[DEEP LEARNING]
* [BayesPy](https://github.com/maxsklar/BayesPy) - Bayesian Inference Tools in Python
* [scikit-learn tutorials](https://github.com/GaelVaroquaux/scikit-learn-tutorial) - Series of notebooks for learning scikit-learn
* [sentiment-analyzer](https://github.com/madhusudancs/sentiment-analyzer) - Tweets Sentiment Analyzer
* [sentiment_classifier](https://github.com/kevincobain2000/sentiment_classifier) - Sentiment classifier using word sense disambiguation.
* [group-lasso](https://github.com/fabianp/group_lasso) - Some experiments with the coordinate descent algorithm used in the (Sparse) Group Lasso model
* [mne-python-notebooks](https://github.com/mne-tools/mne-python-notebooks) - IPython notebooks for EEG/MEG data processing using mne-python
* [pandas cookbook](https://github.com/jvns/pandas-cookbook) - Recipes for using Python's pandas library