Mon, 23 Dec 2024 19:20:03 CST | login

Information for build libstemmer-0-5.ocs23

ID15899
Package Namelibstemmer
Version0
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/libstemmer.git?.#126056a2d1092c6bac779903f4bd23494eb79b8f
SummaryC stemming algorithm library
DescriptionStemming maps different forms of the same word to a common "stem" - for example, the English stemmer maps connection, connections, connective, connected, and connecting to connect. So a searching for connected would also find documents which only have the other forms. This stem form is often a word itself, but this is not always the case as this is not a requirement for text search systems, which are the intended field of use. We also aim to conflate words with the same meaning, rather than all words with a common linguistic root (so awe and awful don't have the same stem), and over-stemming is more problematic than under-stemming so we tend not to stem in cases that are hard to resolve. If you want to always reduce words to a root form and/or get a root form which is itself a word then Snowball's stemming algorithms likely aren't the right answer. Snowball is a small string processing language for creating stemming algorithms for use in Information Retrieval, plus a collection of stemming algorithms implemented using it.
Built byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 04:52:04 CST
CompletedSat, 17 Aug 2024 04:54:24 CST
Taskbuild (dist-ocs23, /opencloudos-stream/libstemmer.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/libstemmer.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
libstemmer-0-5.ocs23.src.rpm (info) (download)
aarch64
libstemmer-0-5.ocs23.aarch64.rpm (info) (download)
libstemmer-devel-0-5.ocs23.aarch64.rpm (info) (download)
libstemmer-debuginfo-0-5.ocs23.aarch64.rpm (info) (download)
libstemmer-debugsource-0-5.ocs23.aarch64.rpm (info) (download)
loongarch64
libstemmer-0-5.ocs23.loongarch64.rpm (info) (download)
libstemmer-devel-0-5.ocs23.loongarch64.rpm (info) (download)
libstemmer-debuginfo-0-5.ocs23.loongarch64.rpm (info) (download)
libstemmer-debugsource-0-5.ocs23.loongarch64.rpm (info) (download)
x86_64
libstemmer-0-5.ocs23.x86_64.rpm (info) (download)
libstemmer-devel-0-5.ocs23.x86_64.rpm (info) (download)
libstemmer-debuginfo-0-5.ocs23.x86_64.rpm (info) (download)
libstemmer-debugsource-0-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0-2 - Rebuilt for OpenCloudOS Stream 23 * Fri Nov 18 2022 rockerzhu <rockerzhu@tencent.com> - 0-1 - Initial build