Fuzzy match instead of exact match #2
NicolasMICAUX
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Currently, the algorithm check if the exact string is found in the python objects properties/methods etc.
We want a more flexible "fuzzy match", like on a browser.
e.g. :
batch_size
should match when searchingbatchsize
.Describe the solution you think of
No need to reinvent the wheel, this is similar to searching a query in a set of documents. So we should probably use a popular pypi library to do this directly.
Roadmap
Requirements/specifications
Importance & Difficulty
Importance: 5/5, will make the lib way more usable
Difficulty: 2/5, no major lib rework.
Any contributor willing to do this is welcome :)
Beta Was this translation helpful? Give feedback.
All reactions