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: 2 months ago
Linked from 1 awesome list
cpphacktoberfestlevenshteinstring-comparisonstring-matchingstring-similarity
Related projects:
Repository | Description | Stars |
---|---|---|
| An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 250 |
| A fast string matching library with various similarity calculations | 2,787 |
| An edit-distance algorithm implementation in C | 82 |
| Fast string computation and similarity functions for text analysis | 1,265 |
| Provides Elixir implementations of string metric and phonetic algorithms | 77 |
| A lightweight C++ header-only pattern-matching library with macro-free APIs. | 580 |
| A tool for finding similar records in large datasets using string similarity and regular expression rules. | 676 |
| Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
| A Python library providing algorithms and encoding schemes for approximate string matching. | 2,075 |
| A JavaScript implementation of a fuzzy string matching algorithm | 152 |
| A DuckDB extension that provides fuzzy string matching based autocompletion | 8 |
| A lightweight JavaScript library for searching similar strings in an array of objects | 226 |
| A C++ library for pattern-based file matching and recursive searching | 252 |
| A JavaScript library for scoring and matching strings based on similarity algorithms, used for auto-completion and search functionality. | 159 |
| Library implementing Jaro-Winkler distance algorithm for fuzzy string matching in Ruby | 285 |