Categories: None [Edit]

fuzz_ball

https://rubygems.org/gems/fuzz_ball
https://github.com/vincentchu/fuzz_ball
FuzzBall is a gem that finds fuzzy matches of a string (the 'needle') within an array of strings (the 'haystack'). It does so via a two-step process: first, it finds candidate strings from the haystack that have high similarity to the needle, then uses a Smith-Waterman algorithm to fuzzily match from these candidates. Strings are returned along with a matching score. Both steps of the search are written in C for greater performance.

Total

Ranking: 36,185 of 189,052
Downloads: 34,670

Daily

Ranking: 21,311 of 189,039
Downloads: 8

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconvincentchu