damerau-levenshtein 1.3.3
This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008).
Gemfile:
=
install:
=
Development Dependencies (12):
activesupport
~> 6.0
bundler
~> 2.1
byebug
~> 11.0
coveralls
~> 0.8
cucumber
~> 4.1
rake
~> 13.0
rake-compiler
~> 1.1
rspec
~> 3.9
rubocop
~> 0.88
ruby-prof
~> 1.4
shoulda
~> 4.0
solargraph
~> 0.39