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: 167,899 of 186,959
Downloads: 2,483

Daily

Ranking: 131,144 of 186,713
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
71,168,553,921activesupport
101,128,098,871rake
27909,387,510rspec
57589,619,268rubocop
48790,683,471cucumber
59080,471,235ruby-prof
1,11337,601,479shoulda
1,27831,895,192solargraph
1,61020,327,661rake-compiler
1,79515,707,523coveralls

Owners

#GravatarHandle
1iconDarkWater