hex icon indicating copy to clipboard operation
hex copied to clipboard

Levensthein Distance for search

Open bytesnake opened this issue 5 years ago • 1 comments

Use the spellfix module in sqlite to compute the Levensthein distance between search query and database entries. https://stackoverflow.com/questions/49779281/string-similarity-with-python-sqlite-levenshtein-distance-edit-distance

bytesnake avatar Aug 23 '19 09:08 bytesnake

I'm new to this...would it be possible to do the string similarity stuff in the Rust code itself? More performant perhaps? https://github.com/dguo/strsim-rs

rayrrr avatar Jun 12 '20 22:06 rayrrr