Levenshtein com.nexthink.utils.parsing.distance is the classical string difference metric. It is the minimum number of single-character edits
(i.e. insertions, deletions or substitutions) required to change one word into another. It is typically implemented
with a dynamic programming approach.
See https://en.wikipedia.org/wiki/Levenshtein_distance
Levenshtein com.nexthink.utils.parsing.distance is the classical string difference metric. It is the minimum number of single-character edits (i.e. insertions, deletions or substitutions) required to change one word into another. It is typically implemented with a dynamic programming approach.
See https://en.wikipedia.org/wiki/Levenshtein_distance