mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
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.ruby-lang.org/raa/list.rhtml?name=amatch
|