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

feature: check if word is in english dictionary or a variant of it and use faster concurent data structures for typo tolerance #2263

Merged
merged 6 commits into from
Aug 31, 2024

Conversation

densumesh
Copy link
Contributor

Please indicate what issue this PR is related to and @ any maintainers who are relevant

@densumesh densumesh changed the title feature: use jaro-winkler distance to ensure that corrected word is not too different feature: check if word is in english dictionary or a variant of it and use faster concurent data structures for typo tolerance Aug 31, 2024
@densumesh densumesh force-pushed the ds/make-typo-check-more-accurate branch from f202515 to f326529 Compare August 31, 2024 19:07
…r concurrent data structures to store BKTree
skeptrunedev
skeptrunedev previously approved these changes Aug 31, 2024
Copy link
Contributor

@skeptrunedev skeptrunedev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+466,893 lmao 💀

Holy hell this is working great tho

@skeptrunedev skeptrunedev dismissed their stale review August 31, 2024 19:57

redoc not passing

@densumesh
Copy link
Contributor Author

image

Copy link
Contributor

@skeptrunedev skeptrunedev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI action for redoc will have to get fixed later

@densumesh densumesh merged commit e6a63e6 into main Aug 31, 2024
3 checks passed
@densumesh densumesh linked an issue Sep 6, 2024 that may be closed by this pull request
2 tasks
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

Successfully merging this pull request may close these issues.

feature: add typo tolerance to search
2 participants