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: Unknown |
Version: 0.1 | Vendor: RPMForge |
Release: 1.2.el4.rf | Build date: Thu Mar 20 13:49:38 2008 |
Group: Applications/CPAN | Build host: neodyme.arrfab.net |
Size: 59717 | Source RPM: perl-String-Trigram-0.1-1.2.el4.rf.src.rpm |
Packager: Fabian Arrotin <fabian.arrotin@arrfab.net> | |
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
* Sun Apr 10 2005 Dries Verachtert <dries@ulyssis.org> - 0.1-1 - Initial package.
/usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/String /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/String/Trigram.pm /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/auto/String /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/auto/String/Trigram /usr/lib/perl5/vendor_perl/5.8.5/ppc-linux-thread-multi/auto/String/Trigram/Trigram.bs /usr/lib/perl5/vendor_perl/5.8.5/ppc-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:26:42 2025