FuzzySearcher
Matching algorithm
An implementation of the ambiguous matching algorithm from Baeta-Yates et al.
Simplified Smalltalk implementation of ambiguous matching algorithm based on Baeta-Yates, R.A., Gonnet, G.H., Wu, S. and Manber, U
2 stars
4 watching
0 forks
Language: Smalltalk
last commit: over 2 years ago
Linked from 1 awesome list
ambiguous-matching-algorithmbaeta-yatesmanberpharopharo-smalltalksmalltalk
Related projects:
Repository | Description | Stars |
---|---|---|
seamusabshere/fuzzy_match | A tool for finding similar records in large datasets using string similarity and regular expression rules. | 676 |
danharltey/fastenshtein | An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 248 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 170 |
smashedtoatoms/the_fuzz | Provides Elixir implementations of string metric and phonetic algorithms | 77 |
rmm5t/liquidmetal | A JavaScript library to improve fuzzy matching in web controls by leveraging a modified Quicksilver scoring algorithm. | 295 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,066 |
dgrtwo/fuzzyjoin | Package for joining tables based on inexact matching | 669 |
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
hernanmd/biosmalltalk | A library for bioinformatics using Smalltalk | 17 |
ifftech/gsg-morph | An implementation of graph isomorphism algorithms on quantum annealers. | 2 |
rustyconover/duckdb-fuzzycomplete-extension | A DuckDB extension that provides fuzzy string matching based autocompletion | 7 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
rapidfuzz/rapidfuzz-cpp | A C++ library for fast string matching using the Levenshtein Distance algorithm | 244 |
stephenmcd/django-postgres-fuzzycount | A Django project that allows you to use PostgreSQL's row count queries without scanning every row in the table | 90 |
becheran/wildmatch | Matches strings against simple wildcard patterns | 78 |