layout |
---|
page |
Can we cluster tweets to find current events? Are some accounts more responsible for starting these clusters of tweets on a recent event? How do the clusters on recent events spread (virality)? Measure importance/relevance of information through virality?
Examples would be how does "The princess had a baby?" spread.
Name: Saman Shareghi, Utkarsh Garg, Philippe Laban, Patrick Violette
Some information about clustering analysis in the context of short messages: http://stackoverflow.com/questions/19054062/doubts-about-clustering-methods-for-tweets
GitHub with sample code for streaming from Twitter: https://github.com/gt-big-data/twitter-api-sentiment-analysis
Twitter Streaming API (filter): https://dev.twitter.com/docs/api/1.1/post/statuses/filter
Python Natural Language toolkit: http://nltk.org/