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

Group :: Development/Python3
RPM: python3-module-snowballstemmer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname snowballstemmer

Name: python3-module-%oname
Version: 2.2.0
Release: alt1
Summary: 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms
License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/snowballstemmer

Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%description
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms.

It includes following language algorithms:

* Danish
* Dutch
* English (Standard, Porter)
* Finnish
* French
* German
* Hungarian
* Italian
* Norwegian
* Portuguese
* Romanian
* Russian
* Spanish
* Swedish
* Turkish

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc COPYING *.rst
%python3_sitelibdir/*

%changelog

Full changelog you can see here

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