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,233 of 187,239
Downloads: 2,552

Daily

Ranking: 145,948 of 187,224
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,973,208,875bundler
71,196,180,149activesupport
101,151,901,046rake
27919,404,019rspec
57604,440,374rubocop
48792,153,228cucumber
59381,693,309ruby-prof
1,10738,495,795shoulda
1,27532,667,454solargraph
1,58921,358,547rake-compiler
1,81015,786,188coveralls

Owners

#GravatarHandle
1iconDarkWater