liblingua-stem-ru-perl 0.04-2 source package in Ubuntu

Changelog

liblingua-stem-ru-perl (0.04-2) unstable; urgency=medium

  * Team upload.
  * Source-only no-change re-upload.

 -- gregor herrmann <email address hidden>  Mon, 21 Sep 2020 20:22:12 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblingua-stem-ru-perl_0.04-2.dsc 2.4 KiB 3168f08360b64cd716125f19c57dee6b71aa63d0c3b32fb8c34ab1612e728424
liblingua-stem-ru-perl_0.04.orig.tar.gz 212.4 KiB 1270ceb74764fdb958370a808834af976e87f69a85470f8bc46258797eab5228
liblingua-stem-ru-perl_0.04-2.debian.tar.xz 2.1 KiB f3185e6ef2ec6459b36516bedebc6f5bb349f2975f3bb5c0622730a65851d1a9

No changes file available.

Binary packages built by this source

liblingua-stem-ru-perl: Porter's stemming algorithm for Russian (KOI8-R only)

 Lingua::Stem::Ru applies the Porter Stemming Algorithm to its parameters,
 returning the stemmed words.
 .
 The algorithm is implemented exactly as described in:
 http://snowball.tartarus.org/algorithms/russian/stemmer.html
 .
 The code is carefully crafted to work in conjunction with the Lingua::Stem
 module by Benjamin Franz. This stemmer is also based on the work of Aldo
 Capini, see Lingua::Stem::It.