string-comparison
There are 43 repositories under string-comparison topic.
rapidfuzz/RapidFuzz
Rapid fuzzy string matching in Python using various string metrics
aceakash/string-similarity
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
PHLAK/Twine
String manipulation, leveled up!
hbollon/go-edlib
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
rapidfuzz/Levenshtein
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
rapidfuzz/rapidfuzz-cpp
Rapid fuzzy string matching in C++ using the Levenshtein Distance
tompazourek/NaturalSort.Extension
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
anirbanmu/str_metrics
Ruby gem (native extension in Rust) providing implementations of various string metrics
rapidfuzz/JaroWinkler
Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity
Rabbitzzc/js-string-comparison
🤠A library implementing different string similarity using JavaScript.
hbakhtiyor/strsim
string similarity based on Dice's coefficient in go
vanessaklee/akin
A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
augustoproiete/NaturalStringExtensions
Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans
rapidfuzz/CyDifflib
CyDifflib is a fast implementation of difflib's algorithms, which can be used as a drop-in replacement.
sumn2u/string-comparisons
A collection of string comparisons algorithms
TheLazyTomcat/lib.StrRect
Simple library providing functions to simplify conversions in Lazarus when passing strings to RTL or WinAPI.
AIn0n/FMHD
Fast MinHash Distances algorithms collection
kesarawimal/compare-strings
Finds degree of similarity between two strings, based on Dice's Coefficient and Levenshtein Distance.
Luke-G-Cordova/browser-regex-search
regular expression functionality for ctrl+f search
mononobi/string-compare
Class library to compare strings in a relative way.
aalbacetef/strcompare
strcompare is a library for comparing strings using Hamming, Levenshtein, and Damerau-Levenshtein metrics.
dev-ahmadbilal/string-master
A comprehensive JS/TS library with 18 specialized classes for string manipulation, conversion, validation, and more. Streamline your development with powerful, all-in-one solutions.
javalc6/stringdiff2
A java application that highlights text differences between two plain strings based on longest common subsequences
vborovikov/fuzzy
Fuzzy string comparison library
killara/hash-equals
:hourglass: Timing attack safe string comparison
Luke-G-Cordova/BetterSearch
Enables better web page searching functionality for browsers
erthium/search-tools
String comparison and string search optimisation repertoire, written in C++, Python3 and Typescript
henrik9999/string-similarity
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
ilyakom/Strings_Similarity
Compare two strings with help of Levenshtein Distance Metric and weighted string decomposition. Allows to get a measure of the similarity of two strings in percentage terms.
jayeshmann/java-programs
Insert Java programs here.
JoBrad/casefold
A string utility package for caseless comparison of strings and object property retrieval and transformation
nsvaidya/strcmp
A small python utility for comparing strings of multiple files located in single folder.
ShreyasMohite/String-Visualization
String Comparison
nikitalita/ucstrcase
C and C++ library for fast, caseless (case-insensitive) comparison of Unicode utf-8 strings