Y
Hacker News
new
|
ask
|
show
|
jobs
by
optimus
5040 days ago
How are you determining if a tweet is positive, negative, or neutral?
2 comments
illdave
5040 days ago
It assigns a sentiment score based on a large bag of words. I'm making improvements to it each day, and it's slowly getting better. Terrible at picking up sarcasm though, but I think most sentiment analysis tools are.
link
eli
5040 days ago
The Twitter API lets you search by mood, I would assume it's just passing those along.
link
abhaga
5040 days ago
AFAIK that is an emoticon based thing, not real sentiment analysis.
link
instakill
5040 days ago
It does? Never heard of that before.
link