RubyGems Navigation menu

fuzz_ball 0.9.1

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.9.1 - October 20, 2011 (27.5KB)
  2. 0.9.0 - October 05, 2011 (27.5KB)

所有者:

作者:

  • Vincent Chu

SHA 256チェックサム:

1bfa9785f5aa711d3331fb0c19c23e1e8e93ce0a874eb8d9ca8e83154fb5aba6

累計ダウンロード数 30,351

このバージョンのみ 26,855

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: