Mon, 20 May 2024 05:27:12 UTC | login

Information for build libstemmer-0-7.585svn.fc28

ID7312
Package Namelibstemmer
Version0
Release7.585svn.fc28
Epoch
SummaryC stemming algorithm library
DescriptionSnowball stemming algorithms for use in Information Retrieval 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:06:43 UTC
CompletedSat, 14 Apr 2018 20:06:43 UTC
Tags
f28
f29
RPMs
src
libstemmer-0-7.585svn.fc28.src.rpm (info) (download)
riscv64
libstemmer-0-7.585svn.fc28.riscv64.rpm (info) (download)
libstemmer-devel-0-7.585svn.fc28.riscv64.rpm (info) (download)
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.585svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-6.585svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-5.585svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-4.585svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-3.585svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jan 06 2015 Marek Skalicky <mskalick@redhat.com> - 0-2.585svn - Removed undefined-non-weak-symbol warnings * Tue Dec 02 2014 Marek Skalicky <mskalick@redhat.com> - 0-1.585svn - Initial packaging