ruby-jokes / close_enough

Spelling is hrad. close_enough lets yuo think about code instaed.
http://ruby-jokes.github.com/close_enough
GNU General Public License v3.0
84 stars 10 forks source link

Add pure-Ruby implementation of Damerau-Levenshtein #21

Closed trans closed 10 years ago

trans commented 11 years ago

I add a pure-Ruby Damerau-Levenshtein algorithm which could be used in place of the C-based dependency in cases where that is not a viable option.

However, I am not exactly sure how to integrate it into API to allow the end user the choice between the two. So I leave that up to smarter folk than I.

canweriotnow commented 11 years ago

:+1:

Conceptually, I like it... I'll take a closer look tomorrow.

trans commented 10 years ago

How about merging this (it doesn't effect anything as is) and worry about integrating it later.

canweriotnow commented 10 years ago

I'll try to remember to do it tomorrow... Sorry, joke projects tend to get forgotten when life gets busy (like always)! On Jul 11, 2014 10:31 AM, "7rans" notifications@github.com wrote:

How about merging this (it doesn't effect anything as is) and worry about integrating it later.

— Reply to this email directly or view it on GitHub https://github.com/ruby-jokes/close_enough/pull/21#issuecomment-48737308 .