Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ManRank #16

Open
abhinav-upadhyay opened this issue Jun 25, 2011 · 0 comments
Open

Implement ManRank #16

abhinav-upadhyay opened this issue Jun 25, 2011 · 0 comments
Labels

Comments

@abhinav-upadhyay
Copy link
Owner

Initial aim is to calculate a static weight of each page:

  • Basic version could simply be to simply calculate how many times a particular man page has been referenced by any other man page.
  • A more advanced version could be to properly mimic PageRank. That is, if a page is referenced by a page of a significantly higher weight, the referenced page gets a larger boost in it's weight as compared to a page which is referenced by a page of lower weight. (Relative weights ?). Although we will need to figure out how to start this out, because initially all the pages will have the same weight: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant