fuzzy-string-matching
There are 23 repositories under fuzzy-string-matching topic.
genomoncology/FuzzTypes
Pydantic extension for annotating autocorrecting fields.
paul-mannino/go-fuzzywuzzy
Port of SeatGeek's fuzzywuzzy
suggest-go/suggest
Top-k Approximate String Matching.
pekoto-zz/FastFuzzyStringMatcherDotNet
A BK tree implementation for fast fuzzy string matching
patrickdet/fuzzy_compare
A fuzzy string comparison library for Elixir
rustyconover/duckdb-fuzzycomplete-extension
DuckDB Extension for fuzzy string matching based autocompletion
ExxLiang193/FugueStat
Perform visual music-based fugal analysis using subjects, countersubjects, and their transformations.
pekoto-zz/FastFuzzyStringMatcher
A BK tree for fast, fuzzy, in-memory string matching
squidscode/FuzzyStringSearch
A library for fuzzy-string-searching using suffix trees and levenschtein automatons to perform extremely fast search queries on large data sets. Serialize and deserialize functions allow suffix trees to persist (and drastically reduce preprocessing time).
andrewjsaid/levenshtypo
A fuzzy string dictionary based on Levenshtein automata
PaleDan/CS4850_FuzzyMatching
Fuzzy string matching in serial and parallel implementations with benchmarking in C++, C# and Python.
vborovikov/fuzzy
Fuzzy string comparison library
dbmi-pitt/np_name_finder
A project to use different computational approaches to identify natural product mentions in unstructured character strings.
BertrandConxy/search-engine
HJ search is a full-stack web app. A search engine which is a real time search box where users search articles and then the search engine records and displays analytics about what users searched the most, number of times they searched a particular query and other information.
lksark/Aproximate-String-Matching-multithreading
Search Approximate String Matching using multithreading
XolborGames/FuzzyString
Fuzzy string algorithms for Roblox
Halivious/Fuzzy-String-Matching
Trying to match string with fuzzy logic
isherep/Java-SpellChecker-casing-duplication
Spell Checking for bad casing and invalid character duplication
omArray99/drsimplify-ocr
Medical Prescription OCR System
rifset/indonesia-nlp-fuzzy-approach
Combining existing technique to create a new algorithm
ShreenidhiN/Fuzzy-String-Search
Fuzzy String Search, developed using C++, to implement fuzzy string matching. This is done using the Data Structure, BK-Trees. Given a file containing words, the contents are extracted and inserted to the BK-Tree to enable searching and spelling corrections.