A library for approximate string matching. This can be used to find occurrences of a pattern P (of length m) in a text T (of length n) allowing for up to a given number of errors (k), where errors may ...
A function that performs escaping when a string contains special characters in JavaScript and returns the result ...
Although the topic might seem simple, a lot of different algorithms exist to measure text similarity or distance. Therefore the library defines some interfaces to categorize them. StringSimilarity : ...