Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 565
Shamoon Avatar asked May 30 '11 16:05

Shamoon


1 Answers

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

http://sift.codeplex.com

like image 84
lkraav Avatar answered Sep 28 '22 14:09

lkraav