summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-nltk_lite.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/python-nltk_lite.spec b/python-nltk_lite.spec
index 18aa503..d054c86 100644
--- a/python-nltk_lite.spec
+++ b/python-nltk_lite.spec
@@ -2,11 +2,12 @@
%define module nltk_lite
Summary: Natural Language Toolkit
+Summary(pl.UTF-8): Przybornik obsługi języków naturalnych (Natural Language Toolkit)
Name: python-%{module}
Version: 0.7.5
Release: 1
License: GPL
-Group: Development/Languages/Python
+Group: Libraries/Python
Source0: http://dl.sourceforge.net/nltk/nltk_lite-%{version}.tar.gz
# Source0-md5: eece3cdf514c049051599ec3983b7186
URL: http://nltk.sourceforge.net/
@@ -17,10 +18,15 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The Natural Langauge Toolkit (NLTK-Lite) is a Python package for
+The Natural Langauge Toolkit (NLTK-Lite) is a Python module for
processing natural language text. It was developed as a simpler,
lightweight version of NLTK.
+%description -l pl.UTF-8
+Natural Language Toolkit (NLTK-Lite) jest modułem języka Python
+przetwarzającym tekst w języku naturalnym. Został on stworzony
+jako prostsza, lekka wersja NLTK.
+
%prep
%setup -q -n %{module}-%{version}