@a-s8h/liblevenshtein
Various utilities regarding Levenshtein transducers.
Various utilities regarding Levenshtein transducers.
Searches a haystack for all best possible matches of needle, returning their position and Levenshtein distance.
A package for playing around with different dictionaries. Supports Swedish and English.
Library to interact con azure services
library to measure levenshtein distance between words
Fastest Levenshtein distance implementation in JS.
A library for comparing strings and determining their similarity.
provides functions for comparing and calculating the similarity between two strings using various methods.
A TypeScript package for fuzzy string search
A simple, optimized JS library & node.js module for matching short, human-quality input to a list of possibilities.
Levenshtein distance is a measure of the similarity between two strings, which takes into account the number of insertion, deletion and substitution operations needed to transform one string into the other.
@magic library to calculate levenshtein distances.
A fork of js-levenshtein by gustf adding a limit to the distance calculation.