[nltk] branch upstream updated (979e247 -> c87559e)
    Daniel Stender 
    danstender-guest at moszumanska.debian.org
       
    Mon Jun 15 04:54:51 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch upstream
in repository nltk.
      from  979e247   Imported Upstream version 3.0.2
       new  c87559e   Imported Upstream version 3.0.3
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                   |   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 +-
 44 files changed, 2463 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