9 results found Sort:

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
This repository has been archived (exclude archived)
Created 2014-11-23
63 commits to master branch, last one about a year ago
109
2.5k
mit
24
Rapid fuzzy string matching in Python using various string metrics
Created 2020-02-29
782 commits to main branch, last one 2 days ago
24
495
mit
16
String manipulation, leveled up!
Created 2017-06-28
307 commits to master branch, last one 2 years ago
23
462
mit
13
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
Created 2020-08-18
91 commits to master branch, last one about a year ago
15
243
gpl-2.0
5
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Created 2021-05-19
164 commits to main branch, last one 2 months ago
Rapid fuzzy string matching in C++ using the Levenshtein Distance
Created 2020-04-13
390 commits to main branch, last one 2 months ago
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
Created 2017-11-17
220 commits to master branch, last one 3 days ago
Ruby gem (native extension in Rust) providing implementations of various string metrics
Created 2020-01-26
61 commits to main branch, last one 2 years ago
Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity
Created 2022-01-07
59 commits to main branch, last one 5 months ago