Description
String similarity and typo-tolerant matching can use a fast Levenshtein edit-distance implementation. Developers use it for search, deduplication, spell checking, and data-cleaning logic. It is a computation library and has no standalone interface for end users.