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: 169,158 of 189,968
Downloads: 2,659

Daily

Ranking: 83,278 of 189,933
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,223,052,755bundler
71,288,674,770activesupport
81,249,142,844rake
29955,025,919rspec
56656,388,482rubocop
50496,851,891cucumber
61285,354,705ruby-prof
1,09341,984,731shoulda
1,25735,153,490solargraph
1,52425,453,546rake-compiler
1,88516,114,823coveralls

Owners

#GravatarHandle
1iconDarkWater