levenshteinSimilarity
Overview
Description
Calculates the Levenshtein Similarity (the normalized Distance) between two strings (number of changes needed to conver one string to the other).
Implementation details
Uses the "github.com/agext/levenshtein" library.
Compliance to Spec
Rough level of compliance
100%