snowball-data 0+20210120-ok1 source package in openKylin
Changelog
snowball-data (0+20210120-ok1) yangtze; urgency=medium * Build for openkylin. -- rtlhq <nobelxyz@163.com> Tue, 13 Sep 2022 15:49:05 +0800
snowball-data (0+20210120-ok1) yangtze; urgency=medium * Build for openkylin. -- rtlhq <nobelxyz@163.com> Tue, 13 Sep 2022 15:49:05 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs | |
Nile V2.0 | release | main | libs | |
Yangtze V1.0 | release | main | libs | |
Yangtze V1.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
snowball-data_0+20210120.orig.tar.xz | 27.6 MiB | 19adc85d39c47476d1d9876a2161db085ed1fb3e48000c7b17722be948fee755 |
snowball-data_0+20210120-ok1.debian.tar.xz | 12.7 KiB | 6d66d43a47c27191e68663e16fd80b68941bef6b5e536374aeb7148c6c455c2a |
snowball-data_0+20210120-ok1.dsc | 1.8 KiB | 9afed25667656ba1fc4538039f54077ac602007ba70e7dae5961c883404ba9e4 |
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 test data, which is used by Snowball test suite.