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

Changelog

liblingua-stem-snowball-perl (0.952-2build3) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:17:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty 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-2build3.diff.gz 68.3 KiB 9b3287d5a5ee54237f489b4213b71711a58950b14ec1fcf597fa007e042b8d13
liblingua-stem-snowball-perl_0.952-2build3.dsc 2.0 KiB 96bedfd83af19234d49173930f0b00e55b1b82ea6eb4bfc78d006885d6b1a1b3

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