Fri, 17 May 2024 11:27:18 UTC | login

Information for build snowball-2.2.0-5.fc38

ID235980
Package Namesnowball
Version2.2.0
Release5.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/snowball.git#d81d363e9c75fe2868ce00cf8026887f0a289624
SummarySnowball compiler and stemming algorithms
DescriptionSnowball is a small string processing language for creating stemming algorithms for use in Information Retrieval, plus a collection of stemming algorithms implemented using it. Snowball was originally designed and built by Martin Porter. Martin retired from development in 2014 and Snowball is now maintained as a community project. Martin originally chose the name Snowball as a tribute to SNOBOL, the excellent string handling language from the 1960s. It now also serves as a metaphor for how the project grows by gathering contributions over time. The Snowball compiler translates a Snowball program into source code in another language - currently Ada, ISO C, C#, Go, Java, Javascript, Object Pascal, Python and Rust are supported. What is Stemming? 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 search 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 10 Mar 2023 08:21:55 UTC
CompletedSat, 11 Mar 2023 04:01:36 UTC
Taskbuild (f38, /rpms/snowball.git:d81d363e9c75fe2868ce00cf8026887f0a289624)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/snowball.git#d81d363e9c75fe2868ce00cf8026887f0a289624'}}
Tags
f38
f39
f40
RPMs
src
snowball-2.2.0-5.fc38.src.rpm (info) (download)
noarch
python3-snowballstemmer-2.2.0-5.fc38.noarch.rpm (info) (download)
snowball-java-2.2.0-5.fc38.noarch.rpm (info) (download)
riscv64
libstemmer-2.2.0-5.fc38.riscv64.rpm (info) (download)
libstemmer-devel-2.2.0-5.fc38.riscv64.rpm (info) (download)
snowball-2.2.0-5.fc38.riscv64.rpm (info) (download)
libstemmer-debuginfo-2.2.0-5.fc38.riscv64.rpm (info) (download)
snowball-debuginfo-2.2.0-5.fc38.riscv64.rpm (info) (download)
snowball-debugsource-2.2.0-5.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Sep 26 2022 Jerry James <loganjerry@gmail.com> - 2.2.0-4 - Add BR on javapackages-tools for Java arches - Run the Java and python tests * Wed Sep 21 2022 Jerry James <loganjerry@gmail.com> - 2.2.0-3 - Initial RPM, from the libstemmer and python-snowballstemmer packages