liblingua-stem-snowball-perl 0.952-2build2 source package in Ubuntu

Changelog

liblingua-stem-snowball-perl (0.952-2build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:02:34 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Dominic Hargreaves
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
liblingua-stem-snowball-perl_0.952.orig.tar.gz 202.0 KiB 0598b82aa7117ed46117638bb675c02789ff2fe7e674e87e35e681a1d6924093
liblingua-stem-snowball-perl_0.952-2build2.diff.gz 68.2 KiB 7385472cbb854adcb48a11be4192129a47d9644e068ad4a07666a272ce1954f5
liblingua-stem-snowball-perl_0.952-2build2.dsc 2.0 KiB dcb9140139891686270f3b210c300cbe5dff9648d3a29cce38228a08983e9a9b

Available diffs

View changes file

Binary packages built by this source

liblingua-stem-snowball-perl: Perl interface to Snowball stemmers

 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).