How to find best fuzzy match for a string in a large string database

前端 未结 7 1792

I have a database of strings (arbitrary length) which holds more than one million items (potentially more).

I need to compare a user-provided string against the whol

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 11:23

    A very extensive explanation of relevant algorithms is in the book Algorithms on Strings, Trees, and Sequences: Computer Science and Computational Biology by Dan Gusfield.

提交回复
热议问题