hermetrics
Javascript version of hermetrics.py
Javascript version of hermetrics.py
The fastest JS implementation of the Damerau-Levenshtein edit distance
NPM package that calculates synchronously or asynchronously the Damerau-Levenshtein distance between strings
A very fast JavaScript implementation of Levenshtein distance for the k <= 1 case.
library for fuzzy search
To find similarity between two words/string
This repository contains a fuzzy search library that provides a flexible way to search and match strings using various fuzzy matching algorithms. It supports multiple languages and allows for customization of search options such as algorithms, thresholds,
Implementation of the Damerau-Levenshtein edit distance.