Levenshtein distance counts single-character edits (insert, delete, substitute) between two strings.
Edit distance measures how many operations transform string A into string B — used in fuzzy search, spell-check suggestions and deduplication.
Lower distance means higher similarity. Tentaco Levenshtein calculator runs locally for QA pairs, name matching tests and algorithm learning without sending sensitive strings to a server.