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

Ranker #8

Open
Fennec2000GH opened this issue Sep 25, 2021 · 0 comments
Open

Ranker #8

Fennec2000GH opened this issue Sep 25, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Fennec2000GH
Copy link
Collaborator

Description

Build ranking functionality for a set of documents. The ranking criteria can be as simple as the number of keywords mined. Other criteria include relevance to a queried topic and readability level.

Objectives

  1. Find some metrics that can be used to score documents for ranking. For example, textstat has functions that judge reading level by grade.
  2. Write a function that ranks documents based on different scoring metrics. The function can simply return a reordered list of indexes or names of documents.
  3. Add parameters in function for order direction (highest or lowest score first), skip the top n documents, limit the return to the top n ranked documents, and other editions if you want.
@Fennec2000GH Fennec2000GH added the good first issue Good for newcomers label Sep 25, 2021
@devp4 devp4 self-assigned this Sep 27, 2021
@devp4 devp4 removed their assignment Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants