31
votes
10answers
942 views
What is the best way to compute trending topics or tags?
Many sites offer some statistics like "The hottest topics in the last 24h". For example, Topix.com shows this in its section "News Trends". There, you can see the topics which have the fastest grow …
1
vote
2answers
176 views
Best DB (MySQL) structure: Articles which contain favored tags
Hello!
I've built a news site:
- The articles are shown on the front page ordered by date. The newest one first.
- The news are in the table "news" with the fields "id", "title", "text" a …
1
vote
2answers
353 views
Trending topics: 1-word terms vs composed terms
Hello!
With your perfect help here I've already found out how to compute tren …
0
votes
1answer
80 views
Time frames for Standard score
For finding trending topics, I use the Standard score in combination with a moving average:
z-score = ([current trend] - [average historic trends]) / [standard deviation of historic …
4
votes
7answers
342 views
Twitter Trending Topics: Combine different spellings
Hello!
Twitter's Trending Topics often consist of more than just one word. But for composed terms there are often different ways of spelling, e.g.:
"Half Blood Prince" / "Half-Blood …
5
votes
Twitter Trending Topics: Combine different spellings
I'll try to answer my own question based on Broken Link's comment (thank you for this):
You've extracted phrases consisting of 1 to 3 words from your database of documents. A …
