jaro
There are 25 repositories under jaro topic.
rockymadden/stringmetric
:dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).
rapidfuzz/strsim-rs
:abc: Rust implementations of string similarity metrics
adrg/strutil
Go metrics for calculating string similarity and other string utility functions
life4/textdistance.rs
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
xrash/smetrics
String metrics library written in Go.
anirbanmu/str_metrics
Ruby gem (native extension in Rust) providing implementations of various string metrics
vickumar1981/stringdistance
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..
rapidfuzz/JaroWinkler
Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity
winkjs/wink-distance
Distance/Similarity functions for Bag of Words, Strings, Vectors and more.
Dynom/TySug
A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts
alextanhongpin/stringdist
String metrics function in golang (levenshtein, damerau-levenshtein, jaro, jaro-winkler and additionally bk-tree) for autocorrect
tcrouch/edits.cr
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
winkjs/wink-jaro-distance
An Implementation of Jaro Distance Algorithm by Matthew A. Jaro
HamedFathi/SimMetricsCore
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.
skyra-project/jaro-winkler
A string similarity utility that uses the Jaro-Winkler algorithm
vasgat/jSimilarity
jSimilarity is a library that implements various similarity measures
ogus/jaro-winkler
A measure of distance between words with the Jaro-Winkler algorithm
tcrouch/edits
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
enginyoyen/strmetric
String metrics libary for Go lang. (e.g. Dice/Sorensen, Hamming, Jaro, Jaro-Winkler, Levenshtein)
kwunshing123/jaro-winkler-typescript
Jaro-Winkler typescript implementation
lignum-vitae/goombay
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.
medric49/w_distances
Just some implementations of word distance functions.
RoadSigns/fuzzy
Fuzzy Search Algorithms
kwunshing123/chapman-length-deviation
The Chapman Length Deviation algorithm implementation