16 skills found
rapidfuzz / RapidFuzzRapid fuzzy string matching in Python using various string metrics
rapidfuzz / Rapidfuzz CppRapid fuzzy string matching in C++ using the Levenshtein Distance
gandersen101 / SpaczzFuzzy matching and more functionality for spaCy.
rapidfuzz / Rapidfuzz RsRapid fuzzy string matching in Rust using various string metrics
siedentop / RapidfuzzExperimentation around 'emil-e/rapidcheck' by combining it with libFuzzer
ayushgupta4897 / Fast DedupeA minimalist but optimized Python package for deduplication tasks leveraging RapidFuzz internally, enabling super-fast approximate duplicate detection within a dataset with minimal config.
Query-farm / RapidfuzzDuckDB Community Extension adding RapidFuzz algorithms for search, deduplication, and record linkage.
mjvallone / Phruzz MatcherCombination of the RapidFuzz library with Spacy PhraseMatcher
MuntashirAkon / Rapidfuzz AndroidRapid fuzzy string matching using the Levenshtein Distance. JNI wrapper around RapidFuzz-CPP.
fckveza / Ocr ApiKeyword detection from images using FastAPI, Tesseract, OpenCV, and RapidFuzz.
jackmen / PhuzzyMatcherCombination of the RapidFuzz library with Spacy PhraseMatcher
StrategicProjects / RapidFuzzProvides a high-performance interface for calculating string similarities and distances, leveraging the efficient C++ library RapidFuzz <https://github.com/rapidfuzz/rapidfuzz-cpp> developed by Max Bachmann and Adam Cohen.
claud2893 / BuonPrezzoTool per ottenere il prezzo delle ricette (GialloZafferano).
hansalemaos / FuzzmatchFast Batch String Matching in Python (Levenshtein, Jaro-Winkler, Hamming) with Zero Cache Misses - made for Python, written in C++
rapidfuzz / Rapidfuzz CapiC-API of RapidFuzz, which can be used to extend RapidFuzz from separate packages
shashank-mugiwara / DedupeknnFast Scalable Dedupe - Fuzzy Matching With Opensearch + nmslib + Rapidfuzz