snowball 2.2.0-ok1 source package in openKylin
Changelog
snowball (2.2.0-ok1) nile; urgency=high * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:23:59 +0800
snowball (2.2.0-ok1) nile; urgency=high * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:23:59 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
snowball_2.2.0.orig.tar.gz | 218.6 KiB | 425cdb5fba13a01db59a1713780f0662e984204f402d3dae1525bda9e6d30f1a |
snowball_2.2.0-ok1.debian.tar.xz | 6.6 KiB | e41790924090f37d5736903a6e3782c390d2b0bdc45f81ecfe745f29ad5f9fed |
snowball_2.2.0-ok1.dsc | 2.1 KiB | 918935656ad9a19e4dbaa455d8681cd54e670eddfbc0aad9484d7d46e68c28fa |
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.
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.
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.
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.