- Use USES=gmake - Simplify PORTDOCS installation - Remove leading indefinite article from COMMENT - Cleanup Makefile header - Update WWW
6 lines
221 B
Plaintext
6 lines
221 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.
|
|
|
|
WWW: http://flori.github.io/amatch/
|