[nltk] branch upstream updated (b743e0a -> 2a6229c)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Thu Oct 26 06:57:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch upstream
in repository nltk.
from b743e0a New upstream version 3.2.4
new 2a6229c New upstream version 3.2.5
The 1 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 +-
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(-)
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