| Paketname | liblingua-stem-snowball-perl |
| Beschreibung | Perl interface to Snowball stemmers |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.952-2 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 372 Byte |
| Hängt ab von | perl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Dominic Hargreaves |
| Quelle | |
| Paketgröße | 93800 Byte |
| Prüfsumme MD5 | 606e6e17f2c97558abc4fbfcb3dc231b |
| Prüfsumme SHA1 | b6ae23353e9fbb3c207fe99c068f62cef1c03b29 |
| Prüfsumme SHA256 | 29eddfaf35c0acff9823c2309291b3b4871a8a1332b203f7a2d136c4205e8bd2 |
| Link zum Herunterladen | liblingua-stem-snowball-perl_0.952-2_i386.deb |
| Ausführliche Beschreibung | Stemming reduces related words to a common root form. For instance, "horse",
"horses", and "horsing" all become "hors". Most commonly, stemming is
deployed as part of a search application, allowing searches for a given term
to match documents which contain other forms of that term.
.
This module is very similar to Lingua::Stem|Lingua::Stem -- however,
Lingua::Stem is pure Perl, while Lingua::Stem::Snowball is an XS module which
provides a Perl interface to the C version of the Snowball stemmers.
(http://snowball.tartarus.org).
|