[nltk] branch master updated (d3f8b9b -> ee51fb8)

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 change to branch master
in repository nltk.

      from  d3f8b9b   Remove invalid space at end of entry
       new  2a6229c   New upstream version 3.2.5
       new  bb0e3f5   Merge tag 'upstream/3.2.5'
       new  8a68287   Bump std-version to 4.1.1
       new  6574b37   Fields in secure mode
       new  ee51fb8   Update changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                            |   2 +-
 debian/changelog                    |  13 +
 debian/control                      |   4 +-
 debian/copyright                    |   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 +++++++++++
 52 files changed, 2582 insertions(+), 326 deletions(-)
 create mode 100644 nltk/stem/arlstem.py
 create mode 100644 nltk/test/unit/test_corenlp.py
 create mode 100644 nltk/test/unit/test_wordnet.py
 create mode 100644 nltk/tokenize/nist.py
 create mode 100644 nltk/translate/nist_score.py

-- 
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