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

Add get_close_matches to StringMatcher module #52

Open
richiebful opened this issue May 7, 2020 · 0 comments · May be fixed by #53
Open

Add get_close_matches to StringMatcher module #52

richiebful opened this issue May 7, 2020 · 0 comments · May be fixed by #53

Comments

@richiebful
Copy link

Akin to how difflib has get_close_matches, create a similar method with the following signature:

def get_close_matches(word: str, possibilities: Iterable[Sequence], n=3, cutoff=0.6)

I will take it upon myself to create a PR as I've already written an implementation.

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