https://github.com/davecom/hnsentiment
Analysis of Hacker News sentiment.
https://github.com/davecom/hnsentiment
Last synced: 11 months ago
JSON representation
Analysis of Hacker News sentiment.
- Host: GitHub
- URL: https://github.com/davecom/hnsentiment
- Owner: davecom
- License: mit
- Created: 2014-10-19T19:00:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T05:49:22.000Z (almost 9 years ago)
- Last Synced: 2025-06-17T04:42:01.741Z (about 1 year ago)
- Language: Python
- Size: 850 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HNSentiment
===========
Analysis of Hacker News sentiment.
A quick and dirty work in progress.
Takes all of the current comments on HN and runs them through NLTK's sentiment VADER sentiment analysis tool to detect sentiment.
To learn more about VADER checkout the [paper](http://comp.social.gatech.edu/papers/icwsm14.vader.hutto.pdf).
Requires: Python 3, requests, nltk