Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Text-Brew

Project: openSUSE_13.2

Repository: oss

Title: An implementation of the Brew edit distance

Description:
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. Please look at the module references below. For
more information about the Brew edit distance see:
<http://ling.ohio-state.edu/~cbrew/795M/string-distance.html>

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). The difference from the original algorithm by Chris Brew
is that I have added the SUBST operation, making it different from MATCH
operation.

The symbols used here are:

INITIAL that is the INITIAL operation (i.e. NO operation)
MATCH that is the MATCH operation (0 is the default cost)
SUBST that is the SUBSTitution operation (1 is the default cost)
DEL that is the DELetion operation (1 is the default cost)
INS that is the INSertion operation (1 is the default cost)

and you can change the default costs (see below).

You can make INS and DEL the same operation in a simple way:

1) give both the same cost
2) change the output string DEL to INS/DEL (o whatever)
3) change the output string INS to INS/DEL (o whatever)

Version: 0.02

Release: 2.1.3

Architecture: noarch

Size: 11.6 KB

Build Time: 2014-10-06 15:17:33 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Text::Brew) = 0.02 perl-DBIx-Class-DeploymentHandler
perl-Text-Brew = 0.02-2.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl