Clever way of building a tag cloud? - Python
- by RadiantHex
Hi folks,
I've built a content aggregator and would like to add a tag cloud representing the current trends.
Unfortunately this is quite complex, as I have to look for keywords that represent the context of each article.
For example words such as I, was, the, amazing, nice have no relation to context.
Help would be much appreciated! :)