SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-String-Approx rpm build for : Mandrake 10.X. For other distributions click perl-String-Approx.

Name : perl-String-Approx
Version : 3.23 Vendor : MandrakeSoft
Release : 3mdk Date : 2004-07-23 22:48:23
Group : Development/Perl Source RPM : perl-String-Approx-3.23-3mdk.src.rpm
Size : 0.12 MB
Packager : Guillaume Rousse < guillomovitch_mandrake_org>
Summary : Perl extension for approximate matching (fuzzy matching)
Description :
String::Approx lets you match and substitute strings approximately. With this
you can emulate errors: typing errorrs, speling errors, closely related
vocabularies (colour color), genetic mutations (GAG ACT), abbreviations
(McScot, MacScot).

NOTE: String::Approx has been designed to work with strings, not with text. In
other words, when you want to compare things like text or source code,
consisting of words or tokens and phrases and sentences, or expressions and
statements, you should probably use some other tool than String::Approx, like
for example the standard UNIX diff(1) tool, or the Algorithm::Diff module from
CPAN, or if you just want the Levenshtein edit distance (explained below), the
Text::Levenshtein module from CPAN. See also Text::WagnerFischer and
Text::PhraseDistance.

The measure of approximateness is the Levenshtein edit distance. It is the
total number of \"edits\": insertions,
word world

deletions,
monkey money

and substitutions
sun fun

required to transform a string to another string. For example, to transform
\"lead\" into \"gold\", you need three edits:
lead gead goad gold

The edit distance of \"lead\" and \"gold\" is therefore three, or 75%.

RPM found in directory: /vol/rzm6/linux-mandriva/official/10.1/i586/media/contrib

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-String-Approx-3.23-3mdk.i586.rpm
     Search for other platforms
perl-String-Approx-3.23-3mdk.sparc.rpm
perl-String-Approx-3.23-3mdk.alpha.rpm
perl-String-Approx-3.23-3mdk.ppc.rpm
perl-String-Approx-3.23-3mdk.ia64.rpm
perl-String-Approx-3.23-3mdk.s390.rpm

Provides :
Approx.so
perl(String::Approx)
perl-String-Approx

Requires :
perl-base => 2:5.8.5
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
perl(Carp)
libc.so.6(GLIBC_2.0)
perl(Exporter)
perl(DynaLoader)
libc.so.6(GLIBC_2.1.3)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6
libc.so.6(GLIBC_2.3)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/String
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/String/Approx.pm
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/String
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/String/Approx
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/String/Approx/Approx.so
/usr/share/doc/perl-String-Approx-3.23
/usr/share/doc/perl-String-Approx-3.23/Artistic
/usr/share/doc/perl-String-Approx-3.23/BUGS
/usr/share/doc/perl-String-Approx-3.23/COPYRIGHT
/usr/share/doc/perl-String-Approx-3.23/COPYRIGHT.agrep
/usr/share/doc/perl-String-Approx-3.23/ChangeLog
/usr/share/doc/perl-String-Approx-3.23/LGPL
/usr/share/doc/perl-String-Approx-3.23/PROBLEMS
/usr/share/doc/perl-String-Approx-3.23/README
/usr/share/doc/perl-String-Approx-3.23/README.apse
/usr/share/man/man3/String::Approx.3pm.bz2

 
ICM