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: 166,990 of 183,107
Downloads: 2,305

Daily

Ranking: 86,038 of 183,092
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
7989,475,609activesupport
10953,844,246rake
25817,849,894rspec
63475,587,280rubocop
45580,106,534cucumber
58972,099,407ruby-prof
1,08431,864,462shoulda
1,25926,093,780solargraph
1,70614,090,476coveralls
1,74013,612,087rake-compiler

Owners

#GravatarHandle
1iconDarkWater