fuzzy-search
String matcher
A lightweight JavaScript library for searching similar strings in an array of objects
Simple fuzzy search
224 stars
3 watching
28 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
glench/fuzzyset.js | A fuzzy string matching library that performs approximate string matching and likely mispellings detection | 1,369 |
seamusabshere/fuzzy_match | A tool for finding similar records in large datasets using string similarity and regular expression rules. | 676 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,066 |
mattyork/fuzzy | A fuzzy string search utility that filters lists based on partial matches | 832 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
kiyoka/fuzzy-string-match | A fast fuzzy string matching library | 285 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 170 |
brianhempel/fuzzy_tools | A toolset for searching and indexing strings in Ruby with fuzzy matching capabilities | 23 |
danharltey/fastenshtein | An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 248 |
flori/amatch | A collection of classes for string matching algorithms | 378 |
rmm5t/liquidmetal | A JavaScript library to improve fuzzy matching in web controls by leveraging a modified Quicksilver scoring algorithm. | 295 |
dgrtwo/fuzzyjoin | Package for joining tables based on inexact matching | 669 |
lukeed/matchit | A utility for parsing and matching URLs against predefined patterns | 322 |
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |