RubyGems Navigation menu

str_metrics 0.1.0

Ruby gem (native extension in Rust) providing implementations of various string metrics. Current metrics supported are: Sørensen–Dice, Levenshtein, Damerau–Levenshtein, Jaro & Jaro–Winkler. Strings that are UTF-8 encodable (convertible to UTF-8 representation) are supported. All comparison of strings is done at the grapheme cluster level as described by [Unicode Standard Annex #29](https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries); this may be different from many gems that calculate string metrics.

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

インストール:
=

バージョン履歴:

  1. 0.1.1 - March 15, 2020 (11.5KB)
  2. 0.1.0 - March 13, 2020 (11KB)

Runtime依存関係 (1):

ffi >= 0

Development依存関係 (6):

pry >= 0
rake ~> 12.0
rspec >= 0
rubocop >= 0

所有者:

プッシュ者:

作者:

  • Anirban Mukhopadhyay

SHA 256チェックサム:

a7a82c665eae3f1217239c2e45d97cbf51c6895ff38fd7d1b1be7723903636df

累計ダウンロード数 4,570

このバージョンのみ 1,408

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3.0

リンク: