Skip to content

Latest commit

 

History

History

pagerank

Information-Retrieval

Steps to run the project:

  1. Running the pagerank algo for merged inlink graph : It takes dictionaries of input, output and sink from the merged graph as an input.

python computePagerank.py

  1. Running pagerank for Wt2g:

python computeWt2g.py

  1. Computing HITS:

python computeHITS.py