Skip to content

Implement ManRank #16

Open
Open
@abhinav-upadhyay

Description

@abhinav-upadhyay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions