Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041579
en ru br
ALT Linux repos
S:2.0.0-alt1

Group :: System/Libraries
RPM: libstemmer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.0-alt1
Build date: 5 august 2020, 13:12 ( 190.2 weeks ago )
Size: 99.33 Kb

Home page:   http://snowball.tartarus.org

License: BSD-2-Clause
Summary: C stemming algorithm library
Description:

Snowball 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.

Current maintainer: Vladimir Didenko

List of contributors

List of rpms provided by this srpm:

  • libstemmer
  • libstemmer-debuginfo
  • libstemmer-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin