Description
Computes Levenshtein edit distance between strings in pure Python. It helps search, fuzzy matching, spell checking, deduplication, and data-cleaning tools measure how similar two texts are.
String similarity is only a heuristic. Tune thresholds carefully before using matches for identity, security, or automated merge decisions.