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,094 of 188,199
Downloads: 34,355

Daily

Ranking: 138,390 of 188,189
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconvincentchu