Tagged Questions
8
votes
4answers
3k views
What is search.twitter.com's “trending topics” algorithm?
What algorithm does twitter use to determine the 10 topics that you can see at search.twitter.com? I would like to implement that algorithm and I would also like to show the 50 most popular topics ...
1
vote
2answers
126 views
Defining Trending Topics in a specific collection of tweets
Im doing a Java application where I'll have to determine what are the Trending Topics from a specific collection of tweets, obtained trough the Twitter Search. While searching in the web, I found out ...
0
votes
1answer
45 views
Multiple-Word Twitter Trending Topics
Could anyone tell me what algorithm does Twitter.com use on classifying trend topics with multiple words? The problem is easy when only dealing with trends having only single words say for example ...
0
votes
2answers
900 views
SQL CODE to do: Trending topics equals a twitter
If i wants count the matching words in a rows of two tables, with milions of rows, sample:
Table posts, sample:
+----+---------+-----------------------------+
| ID | ID_user | text ...