"This is a Scheme implementation of the Levenshtein Distance algorithm, which is an edit distance metric of string similarity. The Levenshtein Distance is a function of two strings that represents a count of single-character insertions, deletions, and substitions that will change the first string to the second. The algorithm is due to Vladimir Levenshtein. More information is available in [DADS] and [Gilleland]."
It's ready to go, but I havn't a clue what a sensible keyword(s) would be?