rapidfuzz-cpp
String matcher
A C++ library for fast string matching using the Levenshtein Distance algorithm
Rapid fuzzy string matching in C++ using the Levenshtein Distance
250 stars
10 watching
39 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
cpphacktoberfestlevenshteinstring-comparisonstring-matchingstring-similarity
Related projects:
Repository | Description | Stars |
---|---|---|
danharltey/fastenshtein | An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 250 |
rapidfuzz/rapidfuzz | A fast string matching library with various similarity calculations | 2,787 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
ztane/python-levenshtein | Fast string computation and similarity functions for text analysis | 1,265 |
smashedtoatoms/the_fuzz | Provides Elixir implementations of string metric and phonetic algorithms | 77 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 580 |
seamusabshere/fuzzy_match | A tool for finding similar records in large datasets using string similarity and regular expression rules. | 676 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,075 |
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
rustyconover/duckdb-fuzzycomplete-extension | A DuckDB extension that provides fuzzy string matching based autocompletion | 8 |
wouterrutgers/fuzzy-search | A lightweight JavaScript library for searching similar strings in an array of objects | 226 |
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 252 |
fwextensions/quick-score | A JavaScript library for scoring and matching strings based on similarity algorithms, used for auto-completion and search functionality. | 159 |
kiyoka/fuzzy-string-match | Library implementing Jaro-Winkler distance algorithm for fuzzy string matching in Ruby | 285 |