Is there a faster (less precise) algorithm than Levenshtein for string distance?

前端 未结 3 1488
孤城傲影
孤城傲影 2021-01-05 17:56

I want to run the Levenshtein, but WAY faster because it\'s real time application that I\'m building. It can terminate once the distance is greater than 10.

3条回答
  •  臣服心动
    2021-01-05 18:55

    Judging from comments, people seem to be pretty happy with Sift3.

    http://sift.codeplex.com

提交回复
热议问题