https://github.com/tonytonyjan/jaro_winkler

algorithm jaro-winkler jaro-winkler-distance ruby

Last synced: about 1 month ago

Repository metadata:

Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 240
Total Committers: 12
Avg Commits per committer: 20.0
Development Distribution Score (DDS): 0.071

Commits in past year: 7
Committers in past year: 2
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.286

Name Email Commits
Tony Jian t****n@g****m 223
Masafumi Koba 4****s 5
Seiei Miyagi h****n@g****m 3
Eddie Barraco c****t@e****r 1
Frederick Zhang f****8@t****e 1
Manu Wallner w****n@a****m 1
Orien Madgwick _@o****o 1
Salvatore Testa s****l@s****m 1
Tom Epperly t****y@g****m 1
pocari c****r@g****m 1
Benjamin Quorning b****n@q****t 1
MSP-Greg M****g 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

rubygems: jaro_winkler

jaro_winkler is an implementation of Jaro-Winkler \ distance algorithm which is written in C extension and will fallback to pure \ Ruby version in platforms other than MRI/KRI like JRuby or Rubinius. Both of \ C and Ruby implementation support any kind of string encoding, such as \ UTF-8, EUC-JP, Big5, etc.

  • Homepage: https://github.com/tonytonyjan/jaro_winkler
  • Documentation: http://www.rubydoc.info/gems/jaro_winkler/
  • Licenses: MIT
  • Latest release: 1.5.6 (published over 1 year ago)
  • Last Synced: 2024-11-10T21:05:28.918Z (about 1 month ago)
  • Versions: 43
  • Dependent Packages: 11
  • Dependent Repositories: 31,539
  • Downloads: 115,219,357 Total
  • Docker Downloads: 630,427,129
  • Rankings:
    • Downloads: 0.162%
    • Dependent repos count: 0.194%
    • Docker downloads count: 0.254%
    • Dependent packages count: 1.637%
    • Average: 1.924%
    • Stargazers count: 4.125%
    • Forks count: 5.172%
  • Maintainers (1)
go: github.com/tonytonyjan/jaro_winkler


Dependencies

Gemfile rubygems
  • amatch >= 0 development
  • fuzzy-string-match >= 0 development
  • hotwater >= 0 development
jaro_winkler.gemspec rubygems
  • bundler ~> 1.7 development
  • minitest >= 0 development
  • rake ~> 12.0 development
  • rake-compiler >= 0 development
jaro_winkler.java.gemspec rubygems
  • bundler ~> 1.7 development
  • minitest >= 0 development
  • rake ~> 12.0 development
  • rake-compiler >= 0 development
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite