liquidmetal
Fuzzy matcher
A JavaScript library to improve fuzzy matching in web controls by leveraging a modified Quicksilver scoring algorithm.
A mimetic poly-alloy of the Quicksilver scoring algorithm, essentially LiquidMetal. </Schwarzenegger Voice>
295 stars
9 watching
25 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
fuzzy-matchingfuzzy-searchjavascript
Related projects:
Repository | Description | Stars |
---|---|---|
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
wouterrutgers/fuzzy-search | A lightweight JavaScript library for searching similar strings in an array of objects | 224 |
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 |
glench/fuzzyset.js | A fuzzy string matching library that performs approximate string matching and likely mispellings detection | 1,369 |
mptre/pick | A command-line tool that uses fuzzy matching to find and select items from a list. | 814 |
hernanmd/fuzzysearcher | An implementation of the ambiguous matching algorithm from Baeta-Yates et al. | 2 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 170 |
rapidfuzz/rapidfuzz-cpp | A C++ library for fast string matching using the Levenshtein Distance algorithm | 244 |
smashedtoatoms/the_fuzz | Provides Elixir implementations of string metric and phonetic algorithms | 77 |
madskjeldgaard/fzf-sc | A plugin that enables fuzzy searching in NeoVim for SuperCollider code execution | 20 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,066 |
ojroques/nvim-lspfuzzy | A plugin that enhances Neovim's LSP client by integrating FZF for displaying and navigating code results. | 315 |
shinmera/fuzzy-dates | A library to parse various date and time formats with a high degree of ambiguity tolerance | 15 |
dgrtwo/fuzzyjoin | Package for joining tables based on inexact matching | 669 |