forked from pool/python-nltk
Accepting request 459509 from home:cyberiad:branches:devel:languages:python
update to version 3.2.2 OBS-URL: https://build.opensuse.org/request/show/459509 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=8
This commit is contained in:
parent
95be8e707d
commit
d90d33d859
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5533b2d7106ba33d1431a3e77b903c58f07433f0ea8f7a7bc9af2ea2d5c7d6a
|
|
||||||
size 1121639
|
|
3
nltk-3.2.2.tar.gz
Normal file
3
nltk-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b37db344770021c9be3d68f48d1667a8dae6eeff0e502b7bfb01638d288a88e
|
||||||
|
size 1153499
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 13:11:31 UTC 2017 - stephan.barth@suse.com
|
||||||
|
|
||||||
|
- update to version 3.2.2
|
||||||
|
Upstream changelog:
|
||||||
|
Support for Aline, ChrF and GLEU MT evaluation metrics, Russian POS tagger
|
||||||
|
model, Moses detokenizer, rewrite Porter Stemmer and FrameNet corpus reader,
|
||||||
|
update FrameNet Corpus to version 1.7, fixes: stanford_segmenter.py,
|
||||||
|
SentiText, CoNLL Corpus Reader, BLEU, naivebayes, Krippendorff’s alpha,
|
||||||
|
Punkt, Moses tokenizer, TweetTokenizer, ToktokTokenizer; improvements to
|
||||||
|
testing framework
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 14 00:31:15 UTC 2016 - toddrme2178@gmail.com
|
Fri Oct 14 00:31:15 UTC 2016 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nltk
|
# spec file for package python-nltk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-nltk
|
Name: python-nltk
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://nltk.org/
|
Url: http://nltk.org/
|
||||||
Summary: Natural Language Toolkit
|
Summary: Natural Language Toolkit
|
||||||
@ -25,9 +25,10 @@ License: Apache-2.0
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/nltk/nltk-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/nltk/nltk-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-PyYAML
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-PyYAML
|
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
@ -52,6 +53,7 @@ python setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
|
python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
|
||||||
|
%fdupes $RPM_BUILD_ROOT/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user