snowball 2.2.0-1 source package in Ubuntu
Changelog
snowball (2.2.0-1) unstable; urgency=medium * New upstream release. * Refresh patches. -- Stefano Rivera <email address hidden> Fri, 12 Nov 2021 22:23:00 -0800
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
snowball_2.2.0-1.dsc | 1.6 KiB | 4f69d8ddb369cc16d957e8e80f1a725d9bccd29ac475b13278f3ecc884d7ffb8 |
snowball_2.2.0.orig.tar.gz | 218.6 KiB | 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a |
snowball_2.2.0-1.debian.tar.xz | 8.2 KiB | 4c42d49dca562dda305fce95883e9d18d9d3a966e96cdb1a4cf7d10e7784221c |
Available diffs
- diff from 2.1.0-2 to 2.2.0-1 (20.1 KiB)
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.