[nltk] 02/05: Merge tag 'upstream/3.2.5'

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Thu Oct 26 06:57:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository nltk.

commit bb0e3f58fee9c09ae69d243649200b24f6260580
Merge: d3f8b9b 2a6229c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Oct 26 08:53:51 2017 +0200

    Merge tag 'upstream/3.2.5'
    
    Upstream version 3.2.5

 PKG-INFO                            |   2 +-
 nltk.egg-info/PKG-INFO              |   2 +-
 nltk.egg-info/SOURCES.txt           |   5 +
 nltk.egg-info/requires.txt          |  12 +-
 nltk/VERSION                        |   2 +-
 nltk/book.py                        |   1 +
 nltk/classify/decisiontree.py       |  10 +-
 nltk/classify/naivebayes.py         |   2 +-
 nltk/classify/rte_classify.py       |   4 +-
 nltk/cluster/api.py                 |   1 +
 nltk/collections.py                 |   3 +-
 nltk/corpus/reader/framenet.py      |  15 +-
 nltk/corpus/reader/nombank.py       |   4 +-
 nltk/corpus/reader/propbank.py      |   4 +-
 nltk/corpus/reader/verbnet.py       | 402 +++++++++++++++++++--------
 nltk/corpus/reader/wordlist.py      |   6 +-
 nltk/corpus/reader/wordnet.py       | 111 +-------
 nltk/data.py                        |  38 ++-
 nltk/downloader.py                  |   3 +-
 nltk/parse/corenlp.py               |  49 +++-
 nltk/parse/recursivedescent.py      |   3 +-
 nltk/parse/shiftreduce.py           |   3 +-
 nltk/sem/logic.py                   |  19 +-
 nltk/sentiment/util.py              |  11 +-
 nltk/sentiment/vader.py             |  24 +-
 nltk/stem/arlstem.py                | 355 ++++++++++++++++++++++++
 nltk/stem/snowball.py               | 531 +++++++++++++++++++++++++++++++++++-
 nltk/stem/util.py                   |  10 +
 nltk/tag/__init__.py                |   9 +-
 nltk/tag/perceptron.py              |   4 +-
 nltk/tag/stanford.py                |  78 +++++-
 nltk/test/corpus.doctest            |  30 ++
 nltk/test/stem.doctest              |   2 +-
 nltk/test/tokenize.doctest          |   9 +-
 nltk/test/unit/test_corenlp.py      | 412 ++++++++++++++++++++++++++++
 nltk/test/unit/test_stem.py         |  14 +
 nltk/test/unit/test_tokenize.py     |  42 ++-
 nltk/test/unit/test_wordnet.py      | 134 +++++++++
 nltk/tokenize/__init__.py           |   2 -
 nltk/tokenize/moses.py              |  39 ++-
 nltk/tokenize/nist.py               | 167 ++++++++++++
 nltk/tokenize/punkt.py              |   4 +-
 nltk/tokenize/stanford.py           |  40 ++-
 nltk/tokenize/stanford_segmenter.py |  34 ++-
 nltk/tokenize/treebank.py           |  43 ++-
 nltk/tokenize/util.py               |  26 +-
 nltk/translate/ibm1.py              |  10 +-
 nltk/translate/ibm_model.py         |   3 +
 nltk/translate/nist_score.py        | 155 +++++++++++
 49 files changed, 2566 insertions(+), 323 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nltk.git



More information about the debian-science-commits mailing list