11 results found Sort:
- Filter by Primary Language:
- C++ (3)
- Elixir (1)
- Go (1)
- JavaScript (1)
- PHP (1)
- Python (1)
- Ruby (1)
- C# (1)
- TypeScript (1)
- +
Rapid fuzzy string matching in Python using various string metrics
Created
2020-02-29
810 commits to main branch, last one 28 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
String manipulation, leveled up!
Created
2017-06-28
307 commits to master branch, last one 3 years ago
📚 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
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Created
2021-05-19
171 commits to main branch, last one 24 days ago
Rapid fuzzy string matching in C++ using the Levenshtein Distance
Created
2020-04-13
406 commits to main branch, last one 28 days 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
243 commits to master branch, last one 27 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 10 months ago
🤠A library implementing different string similarity using JavaScript.
Created
2019-10-14
73 commits to master branch, last one 11 months ago
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