snowball 2.2.0-2 source package in Ubuntu

Changelog

snowball (2.2.0-2) unstable; urgency=medium

  * Bump Standards-Version to 4.6.1, no changes needed.
  * Support the nocheck build profile.

 -- Stefano Rivera <email address hidden>  Tue, 18 Oct 2022 18:07:33 +0200

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Sid
Original maintainer:
Stefano Rivera
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main libs

Downloads

File Size SHA-256 Checksum
snowball_2.2.0-2.dsc 1.6 KiB eb649a11e8d3a16d3e4ede21552b7ec59292e01db89ea84278457a701d9cca3d
snowball_2.2.0.orig.tar.gz 218.6 KiB 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a
snowball_2.2.0-2.debian.tar.xz 8.2 KiB e9c8977b7df88a278428165d0e1737ea372e4703dfb75ceedbb140bb19190857

No changes file available.

Binary packages built by this source

libstemmer-dev: Snowball stemming algorithms, development kit

 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word. This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form. This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains the static library and header files used in development.

libstemmer-tools: Simple word stemming utility using Snowball

 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word. This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form. This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains "stemwords", a simple utility for stemming words.

libstemmer-tools-dbgsym: debug symbols for libstemmer-tools
libstemmer0d: Snowball stemming algorithms for use in Information Retrieval

 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word. This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form. This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.

libstemmer0d-dbgsym: debug symbols for libstemmer0d
python3-snowballstemmer: Pure Python Snowball stemming library

 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word. This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form. This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains the pure Python module that implements Snowball
 algorithms. When python3-stemmer package (which contains the C extension)
 is installed, it uses that extension instead of the pure Python code.