2020-03-14 10:07:33 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 14 09:07:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix build without python2
|
|
|
|
|
|
2019-10-14 16:00:56 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 14 14:00:43 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
|
2019-09-11 13:07:28 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 11 11:05:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
2020-03-24 20:10:59 +01:00
|
|
|
|
- Update to 3.4.5 (bsc#1146427, CVE-2019-14751):
|
2019-09-11 13:07:28 +02:00
|
|
|
|
* Fixed security bug in downloader: Zip slip vulnerability - for the
|
|
|
|
|
unlikely situation where a user configures their downloader to use
|
|
|
|
|
a compromised server CVE-2019-14751
|
|
|
|
|
|
2019-05-23 15:19:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2019-07-23 15:53:26 +02:00
|
|
|
|
Tue Jul 23 13:52:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.4.4:
|
|
|
|
|
* fix bug in plot function (probability.py)
|
|
|
|
|
* add improved PanLex Swadesh corpus reader
|
|
|
|
|
* add Text.generate()
|
|
|
|
|
* add QuadgramAssocMeasures
|
|
|
|
|
* add SSP to tokenizers
|
|
|
|
|
* return confidence of best tag from AveragedPerceptron
|
|
|
|
|
* make plot methods return Axes objects
|
|
|
|
|
* don't require list arguments to PositiveNaiveBayesClassifier.train
|
|
|
|
|
* fix Tree classes to work with native Python copy library
|
|
|
|
|
* fix inconsistency for NomBank
|
|
|
|
|
* fix random seeding in LanguageModel.generate
|
|
|
|
|
* fix ConditionalFreqDist mutation on tabulate/plot call
|
|
|
|
|
* fix broken links in documentation
|
|
|
|
|
* fix misc Wordnet issues
|
|
|
|
|
* update installation instructions
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-05-23 15:19:13 +02:00
|
|
|
|
Thu May 23 12:41:31 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 3.4.1
|
|
|
|
|
* add chomsky_normal_form for CFGs
|
|
|
|
|
* add meteor score
|
|
|
|
|
* add minimum edit/Levenshtein distance based alignment function
|
|
|
|
|
* allow access to collocation list via text.collocation_list()
|
|
|
|
|
* support corenlp server options
|
|
|
|
|
* drop support for Python 3.4
|
|
|
|
|
* other minor fixes
|
|
|
|
|
|
2019-02-11 09:14:51 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 10 16:19:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Remove Python 3 dependency on singledispatch
|
|
|
|
|
|
2019-02-10 11:26:05 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 9 16:16:11 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to v3.4
|
|
|
|
|
+ Support Python 3.7
|
|
|
|
|
+ New Language Modeling package
|
|
|
|
|
+ Cistem Stemmer for German
|
|
|
|
|
+ Support Russian National Corpus incl POS tag model
|
|
|
|
|
+ Krippendorf Alpha inter-rater reliability test
|
|
|
|
|
+ Comprehensive code clean-ups
|
|
|
|
|
+ Switch continuous integration from Jenkins to Travis
|
|
|
|
|
- from v3.3
|
|
|
|
|
+ Support Python 3.6
|
|
|
|
|
+ New interface to CoreNLP
|
|
|
|
|
+ Support synset retrieval by sense key
|
|
|
|
|
+ Minor fixes to CoNLL Corpus Reader
|
|
|
|
|
+ AlignedSent
|
|
|
|
|
+ Fixed minor inconsistencies in APIs and API documentation
|
|
|
|
|
+ Better conformance to PEP8
|
|
|
|
|
+ Drop Moses Tokenizer (incompatible license)
|
|
|
|
|
|
2019-02-08 17:57:42 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 6 09:44:56 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Add missing dependency six
|
|
|
|
|
- Remove unnecessary build dependency six
|
|
|
|
|
- Recommend all optional dependencies
|
|
|
|
|
|
2018-03-06 21:46:53 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 6 20:35:00 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Trim redundant wording from description.
|
|
|
|
|
|
2018-03-05 16:31:28 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 5 15:02:00 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Use \%license instead of \%doc to install License.txt.
|
|
|
|
|
|
2018-01-31 12:40:02 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 30 17:16:13 UTC 2018 - guigo.lourenco@gmail.com
|
|
|
|
|
|
|
|
|
|
- Depend on the full python interpreter to fix sqlite3 import
|
|
|
|
|
during %check
|
|
|
|
|
|
2018-01-16 12:13:02 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 16 11:02:13 UTC 2018 - guigo.lourenco@gmail.com
|
|
|
|
|
|
|
|
|
|
- Depend on python-rpm-macros
|
|
|
|
|
- Build for both Python2 and Python3
|
|
|
|
|
|
Accepting request 558587 from home:badshah400:branches:devel:languages:python
- Update to version 3.2.5:
* Arabic stemmers (ARLSTem, Snowball)
* NIST MT evaluation metric and added NIST
international_tokenize
* Moses tokenizer
* Document Russian tagger
* Fix to Stanford segmenter
* Improve treebank detokenizer, VerbNet, Vader
* Misc code and documentation cleanups
* Implement fixes suggested by LGTM
- Convert specfile to python single-spec style.
- Drop unneeded BuildRequires: python-PyYAML, python-xml,
python-devel; not required for building.
- Change existing Requires to Recommends: these are really needed
for additional features, and not required for basic nltk usage.
- Add new Recommends: python-scipy, python-matplotlib,
python-pyparsing, and python-gensim; enables other optional
features.
- Run fdupes to link-up duplicate files.
- Remove exec permissions for a file not intended to be executed
(not in exec path, no hashbang, etc.)
- Remove hashbangs from non-executable files.
- Run tests following the suggestion from
http://www.nltk.org/install.html.
OBS-URL: https://build.opensuse.org/request/show/558587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=9
2017-12-19 19:48:40 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 19 15:50:13 UTC 2017 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 3.2.5:
|
|
|
|
|
* Arabic stemmers (ARLSTem, Snowball)
|
|
|
|
|
* NIST MT evaluation metric and added NIST
|
|
|
|
|
international_tokenize
|
|
|
|
|
* Moses tokenizer
|
|
|
|
|
* Document Russian tagger
|
|
|
|
|
* Fix to Stanford segmenter
|
|
|
|
|
* Improve treebank detokenizer, VerbNet, Vader
|
|
|
|
|
* Misc code and documentation cleanups
|
|
|
|
|
* Implement fixes suggested by LGTM
|
|
|
|
|
- Convert specfile to python single-spec style.
|
|
|
|
|
- Drop unneeded BuildRequires: python-PyYAML, python-xml,
|
|
|
|
|
python-devel; not required for building.
|
|
|
|
|
- Change existing Requires to Recommends: these are really needed
|
|
|
|
|
for additional features, and not required for basic nltk usage.
|
|
|
|
|
- Add new Recommends: python-scipy, python-matplotlib,
|
|
|
|
|
python-pyparsing, and python-gensim; enables other optional
|
|
|
|
|
features.
|
|
|
|
|
- Run fdupes to link-up duplicate files.
|
|
|
|
|
- Remove exec permissions for a file not intended to be executed
|
|
|
|
|
(not in exec path, no hashbang, etc.)
|
|
|
|
|
- Remove hashbangs from non-executable files.
|
|
|
|
|
- Run tests following the suggestion from
|
|
|
|
|
http://www.nltk.org/install.html.
|
|
|
|
|
|
2017-03-01 12:23:50 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2016-10-15 15:47:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 14 00:31:15 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 3.2.1
|
|
|
|
|
+ No changelog available
|
|
|
|
|
|
2015-05-24 13:04:50 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 21 14:53:43 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Remove upstreamed nltk-2.0.4-dont-use-python-distribute.patch
|
|
|
|
|
- Update to version 3.0.2
|
|
|
|
|
+ No changelog available
|
|
|
|
|
|
2013-12-08 14:34:47 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 8 13:33:14 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 2.0.4
|
|
|
|
|
+ No changelog available
|
|
|
|
|
- Add nltk-2.0.4-dont-use-python-distribute.patch ; force use of
|
|
|
|
|
python-setuptools instead of python-distribute
|
|
|
|
|
|
2013-10-24 13:09:21 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 24 11:09:19 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
2011-09-23 14:31:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 23 12:29:05 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to version 2.0.1rc1
|
|
|
|
|
|
2010-02-26 11:34:38 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 7 18:51:07 CST 2010 - oddrationale@gmail.com
|
|
|
|
|
|
|
|
|
|
- fixed copyright and license statements
|
|
|
|
|
- removed PyYAML, and added dependency to installers and download
|
|
|
|
|
instructions
|
|
|
|
|
- updated to LogicParser, DRT (Dan Garrette)
|
|
|
|
|
- WordNet similarity metrics return None instead of -1 when
|
|
|
|
|
they fail to find a path (Steve Bethard)
|
|
|
|
|
- shortest_path_distance uses instance hypernyms (Jordan
|
|
|
|
|
Boyd-Graber)
|
|
|
|
|
- clean_html improved (Bjorn Maeland)
|
|
|
|
|
- batch_parse, batch_interpret and batch_evaluate functions allow
|
|
|
|
|
grammar or grammar filename as argument
|
|
|
|
|
- more Portuguese examples (portuguese_en.doctest, examples/pt.py)
|
|
|
|
|
|
2010-01-15 15:00:38 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 10 17:23:51 CST 2009 - oddrationale@gmail.com
|
|
|
|
|
|
|
|
|
|
- added python-nltk-remove-yaml.patch to pevent conflict with
|
|
|
|
|
python-yaml
|
|
|
|
|
- added Requires: python-yaml
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 9 15:39:35 CST 2009 - oddrationale@gmail.com
|
|
|
|
|
|
2010-02-26 11:34:38 +01:00
|
|
|
|
- Initial Release (Version 2.0b7): Sun Feb 7 18:50:18 CST 2010
|