Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Implement Naïve Matching #6

Closed
3 of 5 tasks
madprogramer opened this issue Oct 22, 2020 · 2 comments
Closed
3 of 5 tasks

Implement Naïve Matching #6

madprogramer opened this issue Oct 22, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@madprogramer
Copy link
Member

madprogramer commented Oct 22, 2020

  • Find a nice way to represent the locally stored master list.

  • Successively query collected game titles against the master list.

  • In this naïve implementation, only count perfect matches (don't account for case, spelling, typos etc.)

  • Return percentage of perfect matches vs. mismatches, for the given site.

  • (Optional) generate files for perfect matches and mismatches, for people to be able to go over.

@madprogramer madprogramer added the enhancement New feature or request label Oct 22, 2020
@madprogramer madprogramer added this to the Alpha milestone Oct 22, 2020
@madprogramer
Copy link
Member Author

For "fuzzy" matching Jina is definitely worth investigating: https://github.com/jina-ai/jina/

@madprogramer
Copy link
Member Author

To be extended with Issue #14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant