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: 165,975 of 180,702
Downloads: 2,205

Daily

Ranking: 103,205 of 180,689
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,107,069,537bundler
7900,314,781activesupport
16863,261,344rake
24772,716,171rspec
68420,205,956rubocop
44074,227,359cucumber
56067,877,168ruby-prof
1,07228,458,302shoulda
1,25322,610,902solargraph
1,62313,384,936coveralls
1,70111,967,604rake-compiler

Owners

#GravatarHandle
1iconDarkWater