amatch
- URL
- http://XXX
- Author(s)
- Summary
- Amatch is a library for approximate string matching and searching using a dynamic programming algorithm to compute the Levenstein distance between strings.
Comments
amatch
(0.2.5)
is Working
for zipizap (GNU/Linux, about 1 year ago)
Version 0.2.5 now works fine with ruby 1.9.1
amatch
(0.2.3)
is Failing
for Clint Bishop (Mac OSX, over 2 years ago)
Works after applying Michael Granger's patch.
amatch
(0.2.3)
is Failing
for Michael Granger (Mac OSX, over 2 years ago)
It works after changing the explicit RSTRING()->ptr expressions to the new equivalent upgrade-safe macros like RSTRING_PTR().
It compiles at least passes all of its tests with the patch here:

amatch is Working
for zipizap (Mac OSX, about 1 year ago)