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 idea for fuzzy matching #15

Open
sujitpal opened this issue Jul 4, 2018 · 0 comments
Open

Implement idea for fuzzy matching #15

sujitpal opened this issue Jul 4, 2018 · 0 comments

Comments

@sujitpal
Copy link
Contributor

sujitpal commented Jul 4, 2018

Pre-compute character transition probabilities based on a large body of text, then use this to filter high probability spelling corrections from a pool of candidate incorrect spellings for entities using a distance threshold. Implement a Hunspell (or Hunspell like, here is a full list of Solr 7.x StemFilters stem filter to support matching="fuzzy".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant