zi-levenshtein
Simple package to implement levenshtein distance algorithm in typescript
Simple package to implement levenshtein distance algorithm in typescript
A robust name matching library combining multiple algorithms for optimal performance
Text diff algorithm based on 'An O(NP) Sequence Comparison Algorithm' from Sun Wu, Udi Manber and Gene Myers
A simple fuzzy search algorithm that uses the Levenshtein distance algorithm to find the closest match to a given string.
Ensemble de methodes prototypes utiles
A TypeScript npm package for finding near duplicate string pairs
[](https://www.npmjs.com/package/nested-fuzzy-search) [](https://opensource.org/licenses/MIT)
Potsiu! is a simple utility function that allows you to update indexes of specific positions on a string after you apply some transformation to it. It is quite handy if you have data in which string indexes are specified, but for some reason you want to p
A lightning-fast implementation of the Levenshtein distance algorithm. Written in AssemblyScript, compiled to WebAssembly, and optimized for speed.
QWERTY-Adjusted Levenshtein Distance computation on JS
Fast string matcher conceived for quick replies chat and multiple choice scenario.
Fast string matcher conceived for quick replies chat and multiple choice scenario.
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Damerau Levenshtein that actually produces right results.
A lightweight, rule-based text similarity calculator that selects the most appropriate comparison algorithm based on input string lengths.
Group similar items together.
provides functions for comparing and calculating the similarity between two strings using various methods.
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.
A simple, optimized JS library & node.js module for matching short, human-quality input to a list of possibilities.
Calculates the Levenshtein (edit) distance between two strings.