Fast Levenshtein distance in R?

mbq picture mbq · Jul 5, 2010 · Viewed 16.6k times · Source

Is there a package that contains Levenshtein distance counting function which is implemented as a C or Fortran code? I have many strings to compare and stringMatch from MiscPsycho is too slow for this.

Answer

Ben picture Ben · Mar 28, 2014

And stringdist in the stringdist package does it too, even faster than levenshteinDist under certain conditions (1)