The main idea of this project is to use associations between tags of blog posts as a platform for making associations between words and phrases.
At the first time we decided that users will make associations between tags manually, you can see prototype of the idea here. But then we decided that social project for such simple idea will take no effect. Thus we make assumption, that tags specified in a blog post are associated between each other. Very simple and interesting idea. We can not imagine the result.
We implemented spider that runs over blogs feeds, gathers the set of tags from each blog post and then combines tag pairs from the set of tags. For example, if a blog post has tags: 'music', 'the beatles', 'the greatest band'. Spider will make 3 tag pairs:
music - the beatles
the beatles - the greatest band
music - the greates band
The project can be used in different spheres of our life. For example:
We can not even imagine what will be in the world when all tags will be linked :) Possibly, this project will be base for global electronic mind :)
Tag and tag pairs have rating. Tag pairs with the highest rating have a very good result of association correctness. The service has two type of ratings - the rating of the tag and rating of the tag pair
The rating of the tag is amount of tags with which the tag is associated.
The rating of the tag pair displays how many times the tag pair was combined from diferent blog posts.
This project is very simple, so we did not spend time for different "prettiness". Just functions - nothing more. This service is the result of quick implementation made by April Team.
If you wish to suggest a feature, report a bug, make a donation or for any other inquires please send e-mail to admin(at)tagatum.com.