RubyGems Navigation menu

str_metrics 0.1.1

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.5 KB)
  2. 0.1.0 - March 13, 2020 (11.0 KB)

Runtime 依赖 (1):

ffi >= 0

Development 依赖 (6):

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

业主:

推送:

作者:

  • Anirban Mukhopadhyay

SHA 256 校验和:

55d455cae81858e774c09d3e99297f344fcc80ca45c89f002629b66b31538d86

下载总量 4,561

这个版本 3,156

许可:

MIT

需要的 Ruby 版本: >= 2.3.0

链接: