Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
london.feels.website
Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
1–10 of 39 posts
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#2I've built a map that takes a geofenced stream of tweets and runs AFINN-111 sentiment analysis on them, and then displays them in real time on a map of London.
Negative sentiments are displayed as Red tweets, happy tweets are Blue.
The whole thing is built on node.js using node-tweet-stream, node-sentiment and socket.io. The frontend map is leaflet with stamen design's Toner tiles.
It's quite fun to watch, especially when there's a football match or a concert. If you click on the "follow tweets" checkbox, new tweets pop up as they arrive, although currently that makes the map pan north.
Thanks!
Dario.
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#3Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#4Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#5Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#6Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#7Hi HN. I've built a map that takes a geofenced stream of tweets and runs AFINN-111 sentiment analysis on them, and then displays them in real time on a map of London. Negative sentiments are displayed as Red tweets, happy tweets are Blue. The whole thing is built on node.js using node-tweet-stream, node-sentiment and socket.io. The frontend map is leaflet with stamen design's Toner tiles. It's quite fun to watch, esp…
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#8Yeah, the the realisation of it is nice enough to look at, but the sentiment analysis (as always for these kinds of things) is pretty wonky.
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#9Good job, expect I find colors pretty unintuitive - why red means negative? It's color definitly connected with love, anger, war etc. So blue is for cold or maybe not showing emotions. I would definitely rethink that. And senitment analysis not always work - get a tweet rated as "sweet" ended with ":(".
I chose red and blue because they're quite perceptually separated, so it's easy to point them out on the map.
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#10We did the same with Tweets and Surfing. http://devwax.herokuapp.com/ from the meetup: http://www.meetup.com/DevWax/. It was all done in a weekend with some drinking and surfing, so it's a bit rough. The trouble with surfing was that the locations are very disparate and hard to guess. Fun to have a go at though...
Are you in London? (We are)