The proposed scripts allow you to get a rank of the Wikipedia articles according to some criteria.
The used reduced graph is downloadable from on Wikicat hyperlink graph.
-
Hw5_lib.py
: This script contains all the useful functions to get the proposed requests, deeply commented to have a clear view of the logic behind. -
Data Hw5.rar
: This archive contains, just as an example if the reader wanna try the code without waiting too long, the rank and node rank for the input category 'English_cricketers' as pickle files.
The goal of the Notebook
is to provide a storytelling friendly format that shows how to use the implemented code and to carry out the reesults. It provides explanations and examples.
We tried to organize it in a way the reader can follow our logic and conlcusions.