An open API service indexing awesome lists of open source software.

https://github.com/srom/sentiment

Sentiment Analysis using logistic regression
https://github.com/srom/sentiment

Last synced: about 1 year ago
JSON representation

Sentiment Analysis using logistic regression

Awesome Lists containing this project

README

          

Sentiment Analysis
==================

Sentiment Analysis using logistic regression (via gradient descent).

--> [Usage Example](https://github.com/srom/sentiment/blob/master/sentiment/sentiment.py#L390)

### Dependencies

- [Python 2.7](https://www.python.org/download/releases/2.7)
- [NLTK](http://www.nltk.org/)
- [Numpy](http://www.numpy.org/)

### License

[MIT License](https://github.com/srom/sentiment/blob/master/LICENSE)