talisman
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
A handy collection of algorithms dealing with fuzzy strings and phonetics.
Calculate the hamming distance of two hex strings or buffers
Javascript version of hermetrics.py
Computes the Hamming distance between two sequences.
Calculate the Hamming distance between two strings.
Determine whether a given query string contains keywords in a given item string, with a specified margin for spelling error based on the hamming distance.
Returns true if the hamming distance between two strings or arrays of equal length is smaller than the given limit
The Signal Processing Windows module contains several windowing functions.
Node.js implementation of a sample framer (Array or Buffer) and signal windowing functions (e.g. Hamming).
Get Hamming distance between strings.
Get Hamming distance between arrays.
Given 2 arrays, hamming distance is calculated between them.
As an example, a common strategy for de-duplicating images is to compute perceptual hashes for each of the images and compare those hashes with each other. Such hashes are small compared with the images (often 32, 64, 128 bits). If the hashing function is
Strings manipulation for Text-Mining and Natural Language Processing - True ITK - Open Source
Calculate the Levenshtein distance between two strings.
hamming-code allows you to encode and decode binary strings codes with hamming code algorithm
An implementation of locality-sensitive hashing for Hamming space
Get Hamming distance between iterables.
Efficiently find hashes within a certain hamming distance, typically used for perceptual hashing.