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
244 stars
10 watching
39 forks
Language: C++
last commit: 30 days 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. | 248 |
rapidfuzz/rapidfuzz | A fast string matching library with various similarity calculations | 2,729 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
ztane/python-levenshtein | Fast string computation and similarity functions for text analysis | 1,263 |
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. | 573 |
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 | 149 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,066 |
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 | 7 |
wouterrutgers/fuzzy-search | A lightweight JavaScript library for searching similar strings in an array of objects | 224 |
p-ranav/glob | A C++ library for pattern-based file matching and recursive searching | 249 |
fwextensions/quick-score | A JavaScript library for scoring and matching strings based on similarity algorithms, used for auto-completion and search functionality. | 158 |
kiyoka/fuzzy-string-match | A fast fuzzy string matching library | 285 |