pkgsrc/textproc/p5-Text-Brew/distinfo
obache 8ccd73bbf8 Import p5-Text-Brew-0.02 as textproc/p5-Text-Brew.
Packaged by David H. Gutteridge and submitted via PR#44877.

This module implements the Brew edit distance that is very close to the
dynamic programming technique used for the Wagner-Fischer (and so for
the Levenshtein) edit distance.  The difference here is that you have
separated costs for the DELetion and INSertion operations (but with the
default to 1 for both, you obtain the Levenshtein edit distance). But
the most interesting feature is that you can obtain the description of
the edits needed to transform the first string into the second one (not
vice versa: here DELetions are separated from INSertions).
2011-04-30 09:07:58 +00:00

5 lines
250 B
Text

$NetBSD: distinfo,v 1.1.1.1 2011/04/30 09:07:58 obache Exp $
SHA1 (Text-Brew-0.02.tar.gz) = a65a6ae0229e71bc4cfe77832116a2cd0e4309a7
RMD160 (Text-Brew-0.02.tar.gz) = f7b5249dde0b184041216ded99764568b3bccba7
Size (Text-Brew-0.02.tar.gz) = 4663 bytes