2002-11-10 18:41:06 +01:00
|
|
|
This is a Ruby library for approximate string matching and searching
|
|
|
|
using a dynamic programming algorithm to compute the Levenstein
|
|
|
|
distance between strings. Written in C for speed.
|
|
|
|
|
|
|
|
Author: Florian Frank <flori@ping.de>
|
2005-11-26 01:31:36 +01:00
|
|
|
WWW: http://amatch.rubyforge.org/
|