byte-physics / igor-code-browser

Code Browser for Igor Pro with superior extraction capabilities
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

think about implementing fuzzy search #7

Open t-b opened 6 years ago

t-b commented 6 years ago

Maybe this requires help from an XOP. Or someone implementing one of the algos in https://en.wikipedia.org/wiki/Edit_distance.

t-b commented 6 years ago

Existing C++ implementation is https://github.com/jreiffers/vlad.

t-b commented 4 years ago

Or implement the algorithm in IP itself, see https://en.wikipedia.org/wiki/Levenshtein_distance.