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,584 of 180,530
Downloads: 4,572

Daily

Ranking: 38,445 of 180,517
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16856,643,623rake
23769,399,643rspec
30689,992,075ffi
63423,874,581pry
68415,890,815rubocop
201155,693,152rubocop-rspec
213147,828,576rubocop-performance

Owners

#GravatarHandle
1iconanirbanmu