Open shideneyu opened 6 months ago
hi @shideneyu
Sorry, I changed the README but forgot to push the v1.6.0 to rubygems.org.
λ gem install jaro_winkler
Fetching jaro_winkler-1.6.0.gem
Building native extensions. This could take a while...
Successfully installed jaro_winkler-1.6.0
1 gem installed
λ ruby -r jaro_winkler -e 'puts JaroWinkler.similarity "MARTHA", "MARHTA"'
0.9611111111111111
Thanks for the reporting. Can you retry with the version 1.6.0 and let me know if you have any issue? Thanks!
Anything I did wrong ? Thank you