[twitter-dev] Re: How to get related hashtags?

2009-10-27 Thread Mitchel Berberich
I think you'll have to compute relationsships yourself. * use existing ontologies describing relationships * try to guess relationships by using AI and datamining algorithms like clustering On Oct 26, 7:00 pm, Legend rahul...@gmail.com wrote: Hi, I was wondering if there's a way to get

[twitter-dev] Re: How to get related hashtags?

2009-10-27 Thread Tim Hastings
Hello, You can find related tags, words, users, links and sites from a recommendation and reputation tool I am building called TagWalk, http://tagwalk.com/ For example, tags related to #rest are #json #sap #php #xml #Java #API #nosql + more. Take a look: http://tagwalk.com/tag/rest This is

[twitter-dev] Re: How to get related hashtags?

2009-10-26 Thread JDG
Whether or not two hashtags are related or similar is really in the eye of the beholder and as such, should be up to you to implement an algorithm to come up with your own relationships. On Mon, Oct 26, 2009 at 12:00, Legend rahul...@gmail.com wrote: Hi, I was wondering if there's a way to