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: 35,756 of 192,565
Downloads: 36,528

Daily

Ranking: 37,775 of 192,541
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconvincentchu