SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Brew rpm build for : OpenSuSE. For other distributions click perl-Text-Brew.

Name : perl-Text-Brew
Version : 0.02 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 11:29:22
Group : Development/Libraries/Perl Source RPM : perl-Text-Brew-0.02-bp154.1.1.src.rpm
Size : 0.01 MB
Packager : https://bugs_opensuse_org
Summary : 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)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-Brew-0.02-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  perl-Text-Brew-0.02-bp154.1.1.noarch.rpm
     

Provides :
perl(Text::Brew)
perl-Text-Brew

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/Brew.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-Text-Brew
/usr/share/doc/packages/perl-Text-Brew/Changes
/usr/share/doc/packages/perl-Text-Brew/README
/usr/share/man/man3/Text::Brew.3pm.gz

 
ICM