Categories: None [Edit]

str_metrics

https://rubygems.org/gems/str_metrics
https://github.com/anirbanmu/str_metrics
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.

Total

Ranking: 122,654 of 183,139
Downloads: 4,778

Daily

Ranking: 66,923 of 183,127
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
10954,857,689rake
25818,346,165rspec
29772,297,799ffi
63476,158,129rubocop
68467,366,812pry
197183,830,610rubocop-rspec
199180,606,011rubocop-performance

Owners

#GravatarHandle
1iconanirbanmu