think about implementing fuzzy search
Opened this issue · 2 comments
t-b commented
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
Existing C++ implementation is https://github.com/jreiffers/vlad.
t-b commented
Or implement the algorithm in IP itself, see https://en.wikipedia.org/wiki/Levenshtein_distance.