string-comparison
There are 48 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.
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...
PHLAK/Twine
String manipulation, leveled up!
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.
komed3/cmpstr
CmpStr is a lightweight, fast and well performing package for calculating string similarity
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.
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.
vborovikov/fuzzy
Fuzzy string comparison library
AIn0n/FMHD
Fast MinHash Distances algorithms collection
javalc6/stringdiff2
A java application that highlights text differences between two plain strings based on longest common subsequences
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.
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.
jayeshmann/java-programs
Insert Java programs here.
joshuaclayton/jaro_winkler
A fast implementation of Jaro-Winkler distance comparing two &str values.
Mintone-creators/string-proximity
String-proximity is a high-performance string comparison library built in Rust, offering efficient similarity and proximity functions.
moshetanzer/text-toolbox
A high-performance TypeScript library for string similarity, distance algorithms, and text normalization utilities
ShreyasMohite/String-Visualization
String Comparison