The Wayback Machine - https://web.archive.org/web/20220409003436/https://github.com/topics/pagerank-algorithm
Skip to content
#

pagerank-algorithm

Here are 128 public repositories matching this topic...

⇨ Designed and implemented a search engine architecture from scratch for CACM and a sample Wikipedia corpus. ⇨ Crawled the corpus, parsed and indexed the raw documents using simple word count program using Map Reduce, performed ranking using the standard Page Rank algorithm and retrieved the relevant pages using variations of four distinct IR approaches, BM25, TF-IDF, cosine similarity and Lucene based IR model. ⇨ Conducted a comparative study to evaluate the performance of the different search engines. ⇨ Technologies used: Lucene, NetBeans, JSoup, Weka, MapReduce
  • Updated Jan 15, 2020
  • Java

Improve this page

Add a description, image, and links to the pagerank-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pagerank-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more