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