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: 123,182 of 188,802
Downloads: 5,360

Daily

Ranking: 34,709 of 188,779
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,202,966,022rake
27952,803,469ffi
29941,453,763rspec
57637,159,234rubocop
74569,694,063pry
175266,450,196rubocop-performance
188251,306,329rubocop-rspec

Owners

#GravatarHandle
1iconanirbanmu