fuzzyjoin
Matcher
Package for joining tables based on inexact matching
Join tables together on inexact matching
671 stars
29 watching
61 forks
Language: R
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
danharltey/fastenshtein | An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 248 |
wouterrutgers/fuzzy-search | A lightweight JavaScript library for searching similar strings in an array of objects | 225 |
kiyoka/fuzzy-string-match | A fast fuzzy string matching library for Ruby written in C and Java code | 285 |
seamusabshere/fuzzy_match | A tool for finding similar records in large datasets using string similarity and regular expression rules. | 677 |
hernanmd/fuzzysearcher | An implementation of the ambiguous matching algorithm from Baeta-Yates et al. | 2 |
glench/fuzzyset.js | A fuzzy string matching library that performs approximate string matching and likely mispellings detection | 1,370 |
aperezdc/zsh-fzy | A Zsh plugin that utilizes the fzy fuzzy-finder for enhanced command-line interaction | 56 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 967 |
ziglibs/diffz | A Zig library implementing a diff-matching algorithm | 22 |
rdrdr/hamcrest | A framework for declarative matching and assertion in Go programming language | 30 |
rapidfuzz/rapidfuzz-cpp | A C++ library for fast string matching using the Levenshtein Distance algorithm | 248 |
madskjeldgaard/fzf-sc | A plugin that enables fuzzy searching in NeoVim for SuperCollider code execution | 20 |
firejox/fftw.cr | A Crystal wrapper around the FFTW 3 library for performing discrete Fourier transforms | 12 |
hugopl/fzy | An algorithm for efficiently searching through a list of strings to find matches with varying levels of similarity | 45 |