2

Is there a packagein R that contain Levenshtein Distance counting function that compute the distance for numeric vectors? All I have found are strings based. Also I am looking for a Jaro-Winkler package that do the same, but the Levenshtein distance is more essensial.

POD
  • 509
  • 8
  • 20

1 Answers1

0

Found this page: Clustering strings in R (is it possible?)

which suggests using the vwr package.

Community
  • 1
  • 1
Carl Witthoft
  • 20,573
  • 9
  • 43
  • 73