[nltk] branch master updated (5faa516 -> be86aeb)

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Jun 15 04:54:50 UTC 2015


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

danstender-guest pushed a change to branch master
in repository nltk.

      from  5faa516   deb/changelog: toggled to unstable
       new  c87559e   Imported Upstream version 3.0.3
       new  0ed7936   Merge tag 'upstream/3.0.3'
       new  be86aeb   deb/changelog: new upstream release

The 3 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                            |   6 +
 nltk.egg-info/PKG-INFO                      |   2 +-
 nltk.egg-info/SOURCES.txt                   |   6 +
 nltk/VERSION                                |   2 +-
 nltk/__init__.py                            |  11 +
 nltk/align/api.py                           |  52 ++
 nltk/align/bleu_score.py                    |  50 +-
 nltk/align/ibm1.py                          |   2 +-
 nltk/align/ibm2.py                          |   2 +-
 nltk/app/__init__.py                        |   4 +-
 nltk/app/wordfreq_app.py                    |   6 +-
 nltk/classify/__init__.py                   |   1 +
 nltk/classify/naivebayes.py                 |   6 +-
 nltk/classify/tadm.py                       |   2 +-
 nltk/classify/textcat.py                    | 193 ++++++
 nltk/corpus/__init__.py                     |   7 +
 nltk/corpus/reader/__init__.py              |   3 +-
 nltk/corpus/reader/crubadan.py              | 116 ++++
 nltk/corpus/reader/lin.py                   |   2 +-
 nltk/data.py                                |   2 +-
 nltk/downloader.py                          |   5 +-
 nltk/draw/dispersion.py                     |   6 +-
 nltk/draw/util.py                           |   2 +-
 nltk/internals.py                           |  21 +-
 nltk/metrics/agreement.py                   |   4 +-
 nltk/parse/dependencygraph.py               |  63 +-
 nltk/parse/malt.py                          |   2 +-
 nltk/parse/nonprojectivedependencyparser.py |   3 +-
 nltk/parse/transitionparser.py              |  16 +-
 nltk/probability.py                         |  21 +-
 nltk/sem/boxer.py                           | 116 ++--
 nltk/sem/drt.py                             |  12 +-
 nltk/stem/snowball.py                       |   2 +-
 nltk/tag/__init__.py                        |   6 +-
 nltk/tag/crf.py                             |   2 +-
 nltk/tag/hunpos.py                          |   2 +-
 nltk/tag/stanford.py                        |  65 +-
 nltk/test/crubadan.doctest                  |  65 ++
 nltk/test/gensim.doctest                    | 144 +++++
 nltk/test/unit/test_tgrep.py                | 626 ++++++++++++++++++
 nltk/tgrep.py                               | 941 ++++++++++++++++++++++++++++
 nltk/tokenize/texttiling.py                 |  13 +-
 nltk/tokenize/treebank.py                   |   4 +
 setup.cfg                                   |   2 +-
 45 files changed, 2469 insertions(+), 151 deletions(-)
 create mode 100644 nltk/classify/textcat.py
 create mode 100644 nltk/corpus/reader/crubadan.py
 create mode 100644 nltk/test/crubadan.doctest
 create mode 100644 nltk/test/gensim.doctest
 create mode 100644 nltk/test/unit/test_tgrep.py
 create mode 100644 nltk/tgrep.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