6 lines
269 B
Text
6 lines
269 B
Text
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>
|
|
WWW: http://www.rubyforge.org/projects/amatch
|