Categories: None [Edit]

damerau-levenstein

https://rubygems.org/gems/damerau-levenstein
https://github.com/DarkWater666/damerau-levenshtein
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).

Total

Ranking: 168,365 of 187,591
Downloads: 2,583

Daily

Ranking: 69,839 of 187,571
Downloads: 8

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,203,451bundler
71,212,119,821activesupport
101,165,649,814rake
28925,037,502rspec
57613,457,880rubocop
48992,936,704cucumber
59782,292,050ruby-prof
1,10938,995,678shoulda
1,27733,046,867solargraph
1,57322,023,599rake-compiler
1,82015,846,896coveralls

Owners

#GravatarHandle
1iconDarkWater