11 results found Sort:

122
3.0k
mit
24
Rapid fuzzy string matching in Python using various string metrics
Created 2020-02-29
835 commits to main branch, last one 5 days ago
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
26
505
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 2 years ago
24
496
mit
14
String manipulation, leveled up!
Created 2017-06-28
327 commits to master branch, last one 3 months ago
19
304
gpl-2.0
4
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Created 2021-05-19
183 commits to main branch, last one 17 days ago
Rapid fuzzy string matching in C++ using the Levenshtein Distance
Created 2020-04-13
420 commits to main branch, last one about a month 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
264 commits to master branch, last one about a month 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 about a year ago
🤠A library implementing different string similarity using JavaScript.
Created 2019-10-14
73 commits to master branch, last one about a year ago
4
35
apache-2.0
3
A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
Created 2021-06-04
68 commits to main branch, last one about a year ago