| Paketname | liblingua-stem-snowball-perl |
| Beschreibung | Perl interface to Snowball stemmers |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.952-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 384 Byte |
| Hängt ab von | perl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 96806 Byte |
| Prüfsumme MD5 | bd96cb0d4426a5f409efb3cae84150ba |
| Prüfsumme SHA1 | fb90d5955d9b10350a934a334e35850b867a3879 |
| Prüfsumme SHA256 | a11660fa2f673efd844b08baa4d0b40bf346e3eb9d1def89cd931dc51ce000d8 |
| Link zum Herunterladen | liblingua-stem-snowball-perl_0.952-1_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).
|