Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.
hjalle edited this page May 10, 2012 · 5 revisions

TweetRank is an attempt to combine the PageRank algorithm with the Twitter data available through the Twitter API. The idea is to take the ideas of PageRank to provide an improved search functionality for tweets regarding their importance and relevance. TweetRank is seperated into different components to improve flexibility and scalability. The components used are the crawler, ranker and Solr/Lucene, where the latter is providing the index and search interface.

Clone this wiki locally