Information for build libstemmer-0-6.oc9
ID | 33764 | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | libstemmer | |||||||||||||||||||||||||||||||
Version | 0 | |||||||||||||||||||||||||||||||
Release | 6.oc9 | |||||||||||||||||||||||||||||||
Epoch | Draft | False | ||||||||||||||||||||||||||||||
Source | git+https://gitee.com/src-opencloudos-rpms/libstemmer.git?.#499de37fe9ee0a7503db223b8746b14bc71d8cbb | |||||||||||||||||||||||||||||||
Summary | C stemming algorithm library | |||||||||||||||||||||||||||||||
Description | Stemming 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 by | bbrucezhang | |||||||||||||||||||||||||||||||
State | complete | |||||||||||||||||||||||||||||||
Volume | DEFAULT | |||||||||||||||||||||||||||||||
Started | Wed, 23 Apr 2025 01:56:28 CST | |||||||||||||||||||||||||||||||
Completed | Wed, 23 Apr 2025 02:33:05 CST | |||||||||||||||||||||||||||||||
Task | build (dist-oc9, /src-opencloudos-rpms/libstemmer.git:.:origin/oc9) | |||||||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/libstemmer.git?.#origin/oc9'}} | |||||||||||||||||||||||||||||||
Tags |
|
|||||||||||||||||||||||||||||||
RPMs |
|
|||||||||||||||||||||||||||||||
Logs | ||||||||||||||||||||||||||||||||
Changelog | * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * 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 |