Description
I need to apply PageRank (http://en.wikipedia.org/wiki/PageRank">http://en.wikipedia.org/wiki/PageRank) to rank some words like "love", "like", "adore". I have a number of statistical measures that I'll incorporate into the original PageRank algorithm. There will be more than one version to implement and I need help with that. All in All there will be 3 implementations with minor differences between them. I need to implement those algorithms in Python and since I am an intermediate Python user, I'd like clear and friendly documentation on the code and how to use it.