Damerau - Levenstein distance function for node
-
Updated
Jul 19, 2024 - JavaScript
Damerau - Levenstein distance function for node
Library of tools for fuzzy matching.
This repo has been migrated to https://code.larus.se/lmas/Damerau-Levenshtein
Represent large sets and maps compactly with finite state transducers.
Calculate the Damerau–Levenshtein distance between strings.
Experiments in fuzzy text searching
A Damerau Levenshtein Implementation in Kotlin
Damerau–Levenshtein distance is a string metric for measuring the edit distance between two sequences. Informally, the Damerau–Levenshtein distance between two words is the minimum number of operations (consisting of insertions, deletions or substitutions of a single character, or transposition of two adjacent characters) required to change one …
Add a description, image, and links to the damerau topic page so that developers can more easily learn about it.
To associate your repository with the damerau topic, visit your repo's landing page and select "manage topics."