4 packages tagged with “LevenshteinDistance”
Calculate distance between two string by levenshtein distance algorithm
A utility library for comparing strings via the Levenshtein Distance algorithm
A C# .Net Framework 4.7.2 project for string matching with the Levenshtein distance.
this package is based on Levenshtein Distance Algorithm: eg. first string ="abc rs t" secind string ="acb ts t" levenshtein distance =3 similarity ratio = 0.625 it is useful to understand how much both input strings are similar.