Accepting request 866180 from devel:languages:python
- update to 2.1.0: * Add Serbian stemmer from stef4np (#113). * Add Yiddish stemmer from Assaf Urieli (#137). * Add Armenian stemmer from Astghik Mkrtchyan. It's been on the website for over a decade, and included in Xapian for over 9 years without any negative feedback. * kraaij_pohlmann: Use `$v = limit` instead of `do (tolimit setmark v)` since this generates simpler code, and also matches the code other algorithm implementations use. Probably for languages like C with optimising compilers the compiler will generate equivalent code anyway, but e.g. for Python this should be an improvement. OBS-URL: https://build.opensuse.org/request/show/866180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=9
This commit is contained in:
commit
52bfad4f75
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 23 01:13:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.0:
|
||||
* Add Serbian stemmer from stef4np (#113).
|
||||
* Add Yiddish stemmer from Assaf Urieli (#137).
|
||||
* Add Armenian stemmer from Astghik Mkrtchyan. It's been on the website for
|
||||
over a decade, and included in Xapian for over 9 years without any negative
|
||||
feedback.
|
||||
* kraaij_pohlmann: Use `$v = limit` instead of `do (tolimit setmark v)` since
|
||||
this generates simpler code, and also matches the code other algorithm
|
||||
implementations use.
|
||||
Probably for languages like C with optimising compilers the compiler
|
||||
will generate equivalent code anyway, but e.g. for Python this should be
|
||||
an improvement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 19:08:51 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-snowballstemmer
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-snowballstemmer
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: 16 stemmer algorithms
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52
|
||||
size 79284
|
3
snowballstemmer-2.1.0.tar.gz
Normal file
3
snowballstemmer-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914
|
||||
size 85674
|
Loading…
x
Reference in New Issue
Block a user