levenshteinDistance
Overview
Description
Calculates the Levenshtein 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%