summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeorn2007-05-27 12:40:13 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit96b3d13ee2ab9747781968c09540aca1e6f09baf (patch)
tree8130b9e4f28c88d360e3f695c86f8f7969232bb8
parent0bdc6872eb9569dd7d49dc4d3b0de66d3d592ef9 (diff)
downloadpython-nltk_lite-96b3d13ee2ab9747781968c09540aca1e6f09baf.zip
python-nltk_lite-96b3d13ee2ab9747781968c09540aca1e6f09baf.tar.gz
- pl
- Group fix Changed files: python-nltk_lite.spec -> 1.2
-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}