Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-String-Trigram | Distribution: Dag Apt Repository for Red Hat Enterprise Linux 4 |
Version: 0.1 | Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
Release: 1.2.el4.rf | Build date: Mon May 2 16:35:24 2005 |
Group: Applications/CPAN | Build host: lisse.leuven.wieers.com |
Size: 87214 | Source RPM: perl-String-Trigram-0.1-1.2.el4.rf.src.rpm |
Packager: Dries Verachtert <dries@ulyssis.org> | |
Url: http://search.cpan.org/dist/String-Trigram/ | |
Summary: Find similar strings by trigram (or 1, 2, 4, etc.-gram) method |
This module computes the similarity of two strings based on the trigram method. This consists of splitting some string into triples of characters and comparing those to the trigrams of some other string. For example the string kangaroo has the trigrams "{kan ang nga gar aro roo}". A wrongly typed kanagaroo has the trigrams "{kan ana nag aga gar aro roo}". To compute the similarity we divide the number of matching trigrams (tokens not types) by the number of all trigrams (types not tokens). For our example this means dividing 4 / 9 resulting in 0.44.
Artistic/GPL
* Sat Apr 09 2005 Dries Verachtert <dries@ulyssis.org> - 0.1-1 - 3135/dries - Initial package.
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/String/Trigram.pm /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/String/Trigram /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/String/Trigram/Trigram.bs /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/String/Trigram/Trigram.so /usr/share/doc/perl-String-Trigram-0.1 /usr/share/doc/perl-String-Trigram-0.1/Changes /usr/share/doc/perl-String-Trigram-0.1/README /usr/share/man/man3/String::Trigram.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 08:21:03 2025