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

前端 未结 7 1841

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:49

    This paper seems to describe exactly what you want.

    Lucene (http://lucene.apache.org/) also implements Levenshtein edit distance.

提交回复
热议问题