The Chapman Length Deviation algorithm implementation
-
Updated
Sep 19, 2020 - TypeScript
The Chapman Length Deviation algorithm implementation
Just some implementations of word distance functions.
Python implementation of several sequence alignment algorithms such as Waterman-Smith-Beyer, Gotoh, and Needleman-Wunsch intended to calculate distance, show alignment, and display the underlying matrices.
String metrics libary for Go lang. (e.g. Dice/Sorensen, Hamming, Jaro, Jaro-Winkler, Levenshtein)
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
A measure of distance between words with the Jaro-Winkler algorithm
jSimilarity is a library that implements various similarity measures
A string similarity utility that uses the Jaro-Winkler algorithm
A text similarity metric library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro, etc) to other metrics, (e.g Soundex, Chapman). This library is compiled based on the .NET standard with a lot of useful extension methods.
An Implementation of Jaro Distance Algorithm by Matthew A. Jaro
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
String metrics function in golang (levenshtein, damerau-levenshtein, jaro, jaro-winkler and additionally bk-tree) for autocorrect
A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts
Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity
A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..
Ruby gem (native extension in Rust) providing implementations of various string metrics
Add a description, image, and links to the jaro topic page so that developers can more easily learn about it.
To associate your repository with the jaro topic, visit your repo's landing page and select "manage topics."