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,009 of 190,529
Downloads: 35,398

Daily

Ranking: 44,703 of 190,497
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconvincentchu