/haskell-Levenshtein

Used for calculating the Levenshtein distance of 2 lists of equatable values.

Primary LanguageHaskell

haskell-Levenshtein

Exports one function, ldist, that takes 2 lists of equatable values (think Strings) and returns their Levenshtein distance.

Based on the mathematical definition presented on the Wiki Page for Levenshtein distance.