fuzzy-string-match
String matcher library
Library implementing Jaro-Winkler distance algorithm for fuzzy string matching in Ruby
fuzzy string matching library for ruby
285 stars
13 watching
39 forks
Language: Ruby
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brianhempel/fuzzy_tools | A toolset for searching and indexing strings in Ruby with fuzzy matching capabilities | 23 |
wouterrutgers/fuzzy-search | A lightweight JavaScript library for searching similar strings in an array of objects | 226 |
jamesturk/jellyfish | A Python library providing algorithms and encoding schemes for approximate string matching. | 2,075 |
dgrtwo/fuzzyjoin | Package for joining tables based on inexact matching | 673 |
tsycho/ruby-machine-learning | A collection of machine learning algorithms implemented in Ruby | 31 |
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
seamusabshere/fuzzy_match | A tool for finding similar records in large datasets using string similarity and regular expression rules. | 676 |
mizor/machine-learning-ruby | A Ruby implementation of common machine learning algorithms and techniques | 13 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 968 |
smashedtoatoms/the_fuzz | Provides Elixir implementations of string metric and phonetic algorithms | 77 |
rapidfuzz/rapidfuzz-cpp | A C++ library for fast string matching using the Levenshtein Distance algorithm | 250 |
glench/fuzzyset.js | A fuzzy string matching library that performs approximate string matching and likely mispellings detection | 1,371 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 171 |
mattyork/fuzzy | A fuzzy string search utility that filters lists based on partial matches | 832 |
ankane/fasttext-ruby | Efficient text classification and representation learning library for Ruby | 204 |