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
- Host: GitHub
- URL: https://github.com/srom/sentiment
- Owner: srom
- License: mit
- Created: 2014-04-17T15:23:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T21:50:27.000Z (over 12 years ago)
- Last Synced: 2025-03-31T03:41:29.358Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)