From d9a477a53543920a3e4dfc5475376302f1fd43b8 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 9 Apr 2020 17:20:25 +0300 Subject: [PATCH] python-snowballstemmer:moved from contrib --- .../python/python-snowballstemmer/actions.py | 13 +++++ .../python/python-snowballstemmer/pspec.xml | 48 +++++++++++++++++++ .../python-snowballstemmer/translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 programming/language/python/python-snowballstemmer/actions.py create mode 100644 programming/language/python/python-snowballstemmer/pspec.xml create mode 100644 programming/language/python/python-snowballstemmer/translations.xml diff --git a/programming/language/python/python-snowballstemmer/actions.py b/programming/language/python/python-snowballstemmer/actions.py new file mode 100644 index 0000000000..2176d17f17 --- /dev/null +++ b/programming/language/python/python-snowballstemmer/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install("-O1") \ No newline at end of file diff --git a/programming/language/python/python-snowballstemmer/pspec.xml b/programming/language/python/python-snowballstemmer/pspec.xml new file mode 100644 index 0000000000..62a38bdcfd --- /dev/null +++ b/programming/language/python/python-snowballstemmer/pspec.xml @@ -0,0 +1,48 @@ + + + + + python-snowballstemmer + https://snowballstem.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + BSD + library + Snowball stemming library collection for Python + Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. + https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz + + python-setuptools + python-devel + + + + + python-snowballstemmer + Snowball stemming library collection for Python + + /usr/share/doc/python-snowballstemmer + /usr/lib/python2* + + + + + + 2019-12-06 + 2.0.0 + Rebuilt + Blue Devil + bluedevil@sctzine.com + + + 2019-12-06 + 2.0.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-snowballstemmer/translations.xml b/programming/language/python/python-snowballstemmer/translations.xml new file mode 100644 index 0000000000..61430cfbe6 --- /dev/null +++ b/programming/language/python/python-snowballstemmer/translations.xml @@ -0,0 +1,8 @@ + + + + python-snowballstemmer + Snowball, python için sözcük kökeni bulma kitaplığıdır. + Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır. + + \ No newline at end of file