[nltk] 02/08: Merge tag 'upstream/3.2.1'

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue May 17 08:55:43 UTC 2016


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

locutusofborg pushed a commit to annotated tag debian/3.2.1-1
in repository nltk.

commit 1807a0d7495fc5e7f5411f74dcc454f36b81871a
Merge: db72b11 bbfa547
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Tue May 17 10:50:46 2016 +0200

    Merge tag 'upstream/3.2.1'
    
    Upstream version 3.2.1

 LICENSE.txt                                    |   2 +-
 PKG-INFO                                       |   2 +-
 PKG-INFO => nltk.egg-info/PKG-INFO             |   2 +-
 nltk.egg-info/SOURCES.txt                      | 368 ++++++++++++++++
 nltk.egg-info/dependency_links.txt             |   1 +
 nltk.egg-info/not-zip-safe                     |   1 +
 nltk.egg-info/top_level.txt                    |   1 +
 nltk/VERSION                                   |   2 +-
 nltk/__init__.py                               |   4 +-
 nltk/app/__init__.py                           |   2 +-
 nltk/app/chartparser_app.py                    |   6 +-
 nltk/app/chunkparser_app.py                    |  15 +-
 nltk/app/collocations_app.py                   |   6 +-
 nltk/app/concordance_app.py                    |   2 +-
 nltk/app/rdparser_app.py                       |   6 +-
 nltk/app/srparser_app.py                       |   2 +-
 nltk/app/wordfreq_app.py                       |   2 +-
 nltk/app/wordnet_app.py                        |   8 +-
 nltk/book.py                                   |   2 +-
 nltk/ccg/__init__.py                           |   2 +-
 nltk/ccg/api.py                                |   6 +-
 nltk/ccg/chart.py                              |  71 +++-
 nltk/ccg/combinator.py                         |   2 +-
 nltk/ccg/lexicon.py                            |  74 +++-
 nltk/ccg/logic.py                              |  46 ++
 nltk/chat/__init__.py                          |   2 +-
 nltk/chat/eliza.py                             |   2 +-
 nltk/chat/iesha.py                             |   2 +-
 nltk/chat/rude.py                              |   2 +-
 nltk/chat/suntsu.py                            |   2 +-
 nltk/chat/util.py                              |   2 +-
 nltk/chat/zen.py                               |   2 +-
 nltk/chunk/__init__.py                         |   2 +-
 nltk/chunk/api.py                              |   2 +-
 nltk/chunk/named_entity.py                     |   2 +-
 nltk/chunk/regexp.py                           |   2 +-
 nltk/chunk/util.py                             |   8 +-
 nltk/classify/__init__.py                      |   2 +-
 nltk/classify/api.py                           |   2 +-
 nltk/classify/decisiontree.py                  |   6 +-
 nltk/classify/maxent.py                        |  12 +-
 nltk/classify/megam.py                         |   2 +-
 nltk/classify/naivebayes.py                    |   2 +-
 nltk/classify/rte_classify.py                  |   2 +-
 nltk/classify/senna.py                         |   2 +-
 nltk/classify/svm.py                           |   2 +-
 nltk/classify/tadm.py                          |   2 +-
 nltk/classify/textcat.py                       |   2 +-
 nltk/classify/util.py                          |  14 +-
 nltk/classify/weka.py                          |   4 +-
 nltk/cluster/__init__.py                       |   2 +-
 nltk/cluster/api.py                            |   2 +-
 nltk/cluster/em.py                             |   2 +-
 nltk/cluster/gaac.py                           |   2 +-
 nltk/cluster/kmeans.py                         |   8 +-
 nltk/cluster/util.py                           |   2 +-
 nltk/collocations.py                           |   2 +-
 nltk/compat.py                                 |  46 +-
 nltk/corpus/__init__.py                        |   4 +-
 nltk/corpus/europarl_raw.py                    |   2 +-
 nltk/corpus/reader/__init__.py                 |   5 +-
 nltk/corpus/reader/aligned.py                  |   2 +-
 nltk/corpus/reader/api.py                      |   4 +-
 nltk/corpus/reader/bnc.py                      |   2 +-
 nltk/corpus/reader/bracket_parse.py            |   2 +-
 nltk/corpus/reader/categorized_sents.py        |   2 +-
 nltk/corpus/reader/chasen.py                   |   2 +-
 nltk/corpus/reader/childes.py                  |  61 ++-
 nltk/corpus/reader/chunked.py                  |   2 +-
 nltk/corpus/reader/cmudict.py                  |   2 +-
 nltk/corpus/reader/comparative_sents.py        |   2 +-
 nltk/corpus/reader/conll.py                    |   2 +-
 nltk/corpus/reader/crubadan.py                 |   2 +-
 nltk/corpus/reader/dependency.py               |   2 +-
 nltk/corpus/reader/framenet.py                 |   2 +-
 nltk/corpus/reader/ieer.py                     |   2 +-
 nltk/corpus/reader/indian.py                   |   2 +-
 nltk/corpus/reader/ipipan.py                   |   2 +-
 nltk/corpus/reader/knbc.py                     |   2 +-
 nltk/corpus/reader/lin.py                      |   2 +-
 nltk/corpus/reader/mte.py                      | 172 ++++----
 nltk/corpus/reader/nkjp.py                     |   2 +-
 nltk/corpus/reader/nombank.py                  |   2 +-
 nltk/corpus/reader/nps_chat.py                 |   2 +-
 nltk/corpus/reader/opinion_lexicon.py          |   2 +-
 nltk/corpus/reader/panlex_lite.py              | 165 ++++++++
 nltk/corpus/reader/pl196x.py                   |   2 +-
 nltk/corpus/reader/plaintext.py                |   9 +-
 nltk/corpus/reader/ppattach.py                 |   2 +-
 nltk/corpus/reader/propbank.py                 |   2 +-
 nltk/corpus/reader/pros_cons.py                |   2 +-
 nltk/corpus/reader/reviews.py                  |   8 +-
 nltk/corpus/reader/rte.py                      |   2 +-
 nltk/corpus/reader/semcor.py                   |   2 +-
 nltk/corpus/reader/senseval.py                 |   2 +-
 nltk/corpus/reader/sentiwordnet.py             |  18 +-
 nltk/corpus/reader/sinica_treebank.py          |   2 +-
 nltk/corpus/reader/string_category.py          |   2 +-
 nltk/corpus/reader/switchboard.py              |   2 +-
 nltk/corpus/reader/tagged.py                   |   2 +-
 nltk/corpus/reader/toolbox.py                  |   2 +-
 nltk/corpus/reader/twitter.py                  |   2 +-
 nltk/corpus/reader/util.py                     |   5 +-
 nltk/corpus/reader/verbnet.py                  |   2 +-
 nltk/corpus/reader/wordlist.py                 |   2 +-
 nltk/corpus/reader/wordnet.py                  |   4 +-
 nltk/corpus/reader/xmldocs.py                  |   2 +-
 nltk/corpus/util.py                            |   2 +-
 nltk/data.py                                   |  25 +-
 nltk/downloader.py                             |  19 +-
 nltk/draw/__init__.py                          |   2 +-
 nltk/draw/cfg.py                               |   4 +-
 nltk/draw/dispersion.py                        |   2 +-
 nltk/draw/table.py                             |  24 +-
 nltk/draw/tree.py                              |   2 +-
 nltk/draw/util.py                              |   2 +-
 nltk/featstruct.py                             |   2 +-
 nltk/grammar.py                                |   6 +-
 nltk/help.py                                   |   2 +-
 nltk/inference/__init__.py                     |   2 +-
 nltk/inference/nonmonotonic.py                 |   2 +-
 nltk/inference/prover9.py                      |   2 +-
 nltk/inference/resolution.py                   |   2 +-
 nltk/inference/tableau.py                      |   2 +-
 nltk/internals.py                              |  69 ++-
 nltk/jsontags.py                               |   2 +-
 nltk/metrics/__init__.py                       |   2 +-
 nltk/metrics/agreement.py                      |  12 +-
 nltk/metrics/association.py                    |  23 +-
 nltk/metrics/confusionmatrix.py                |   2 +-
 nltk/metrics/distance.py                       |  13 +-
 nltk/metrics/paice.py                          |  42 +-
 nltk/metrics/scores.py                         |  20 +-
 nltk/metrics/segmentation.py                   |   2 +-
 nltk/metrics/spearman.py                       |   5 +-
 nltk/misc/__init__.py                          |   2 +-
 nltk/misc/minimalset.py                        |   2 +-
 nltk/misc/sort.py                              |   2 +-
 nltk/misc/wordfinder.py                        |   2 +-
 nltk/parse/__init__.py                         |   2 +-
 nltk/parse/api.py                              |   2 +-
 nltk/parse/bllip.py                            |   2 +-
 nltk/parse/chart.py                            |   2 +-
 nltk/parse/dependencygraph.py                  |   2 +-
 nltk/parse/earleychart.py                      |   2 +-
 nltk/parse/evaluate.py                         |   2 +-
 nltk/parse/featurechart.py                     |   2 +-
 nltk/parse/generate.py                         |   2 +-
 nltk/parse/malt.py                             |  14 +-
 nltk/parse/nonprojectivedependencyparser.py    |   2 +-
 nltk/parse/pchart.py                           |   2 +-
 nltk/parse/projectivedependencyparser.py       |   2 +-
 nltk/parse/recursivedescent.py                 |   2 +-
 nltk/parse/shiftreduce.py                      |   2 +-
 nltk/parse/stanford.py                         |  14 +-
 nltk/parse/transitionparser.py                 |   2 +-
 nltk/parse/util.py                             |   2 +-
 nltk/parse/viterbi.py                          |   2 +-
 nltk/probability.py                            | 170 ++++++--
 nltk/sem/__init__.py                           |   2 +-
 nltk/sem/boxer.py                              |   2 +-
 nltk/sem/chat80.py                             |  21 +-
 nltk/sem/cooper_storage.py                     |   2 +-
 nltk/sem/drt.py                                |   2 +-
 nltk/sem/drt_glue_demo.py                      |   2 +-
 nltk/sem/evaluate.py                           |   2 +-
 nltk/sem/glue.py                               |   6 +-
 nltk/sem/hole.py                               |   2 +-
 nltk/sem/lfg.py                                |   2 +-
 nltk/sem/linearlogic.py                        |   2 +-
 nltk/sem/logic.py                              |  24 +-
 nltk/sem/relextract.py                         |   2 +-
 nltk/sem/skolemize.py                          |   2 +-
 nltk/sem/util.py                               |  18 +-
 nltk/sentiment/__init__.py                     |   2 +-
 nltk/sentiment/sentiment_analyzer.py           |   5 +-
 nltk/sentiment/util.py                         |  12 +-
 nltk/sentiment/vader.py                        |  15 +-
 nltk/stem/__init__.py                          |   2 +-
 nltk/stem/api.py                               |   2 +-
 nltk/stem/isri.py                              |   2 +-
 nltk/stem/lancaster.py                         |   2 +-
 nltk/stem/regexp.py                            |   2 +-
 nltk/stem/rslp.py                              |   2 +-
 nltk/stem/snowball.py                          |   2 +-
 nltk/stem/util.py                              |   2 +-
 nltk/stem/wordnet.py                           |   2 +-
 nltk/tag/__init__.py                           |   2 +-
 nltk/tag/api.py                                |   2 +-
 nltk/tag/brill.py                              |   2 +-
 nltk/tag/brill_trainer.py                      |   2 +-
 nltk/tag/crf.py                                |   8 +-
 nltk/tag/hmm.py                                |   2 +-
 nltk/tag/hunpos.py                             |   2 +-
 nltk/tag/mapping.py                            |   2 +-
 nltk/tag/perceptron.py                         |  20 +-
 nltk/tag/senna.py                              |   2 +-
 nltk/tag/sequential.py                         |  25 +-
 nltk/tag/stanford.py                           |   9 +-
 nltk/tag/tnt.py                                |  32 +-
 nltk/tag/util.py                               |   2 +-
 nltk/tbl/__init__.py                           |   2 +-
 nltk/tbl/demo.py                               |   2 +-
 nltk/tbl/erroranalysis.py                      |   2 +-
 nltk/tbl/feature.py                            |   2 +-
 nltk/tbl/rule.py                               |   2 +-
 nltk/tbl/template.py                           |   2 +-
 nltk/test/__init__.py                          |   2 +-
 nltk/test/bnc.doctest                          |   2 +-
 nltk/test/ccg.doctest                          |  44 +-
 nltk/test/ccg_semantics.doctest                | 553 +++++++++++++++++++++++++
 nltk/test/chat80.doctest                       |   2 +-
 nltk/test/chunk.doctest                        |   2 +-
 nltk/test/classify.doctest                     |   2 +-
 nltk/test/collocations.doctest                 |   2 +-
 nltk/test/corpus.doctest                       |   4 +-
 nltk/test/crubadan.doctest                     |   2 +-
 nltk/test/data.doctest                         |   2 +-
 nltk/test/dependency.doctest                   |   2 +-
 nltk/test/discourse.doctest                    |   2 +-
 nltk/test/drt.doctest                          |   2 +-
 nltk/test/featgram.doctest                     |   2 +-
 nltk/test/featstruct.doctest                   |   2 +-
 nltk/test/framenet.doctest                     |   2 +-
 nltk/test/generate.doctest                     |   2 +-
 nltk/test/gensim.doctest                       |   2 +-
 nltk/test/gluesemantics.doctest                |  18 +-
 nltk/test/gluesemantics_malt.doctest           |   2 +-
 nltk/test/grammar.doctest                      |   2 +-
 nltk/test/grammartestsuites.doctest            |   2 +-
 nltk/test/index.doctest                        |   2 +-
 nltk/test/inference.doctest                    |   2 +-
 nltk/test/internals.doctest                    |   2 +-
 nltk/test/japanese.doctest                     |   2 +-
 nltk/test/logic.doctest                        |   2 +-
 nltk/test/metrics.doctest                      |   2 +-
 nltk/test/misc.doctest                         |   2 +-
 nltk/test/nonmonotonic.doctest                 |   2 +-
 nltk/test/parse.doctest                        |   2 +-
 nltk/test/portuguese_en.doctest                |   2 +-
 nltk/test/probability.doctest                  |  50 ++-
 nltk/test/propbank.doctest                     |   2 +-
 nltk/test/relextract.doctest                   |   2 +-
 nltk/test/resolution.doctest                   |   2 +-
 nltk/test/semantics.doctest                    |   2 +-
 nltk/test/sentiment.doctest                    |   2 +-
 nltk/test/sentiwordnet.doctest                 |   8 +-
 nltk/test/simple.doctest                       |   2 +-
 nltk/test/stem.doctest                         |   2 +-
 nltk/test/tag.doctest                          |  13 +-
 nltk/test/tokenize.doctest                     |  57 ++-
 nltk/test/toolbox.doctest                      |   2 +-
 nltk/test/translate.doctest                    |   2 +-
 nltk/test/tree.doctest                         |   2 +-
 nltk/test/treeprettyprinter.doctest            |   2 +-
 nltk/test/treetransforms.doctest               |   2 +-
 nltk/test/unit/test_2x_compat.py               |  37 ++
 nltk/test/unit/test_json2csv_corpus.py         |   2 +-
 nltk/test/unit/test_tag.py                     |   2 +-
 nltk/test/unit/test_tgrep.py                   |   2 +-
 nltk/test/unit/test_tokenize.py                |  23 +
 nltk/test/unit/test_twitter_auth.py            |  14 +-
 nltk/test/unit/translate/test_bleu.py          |  91 +++-
 nltk/test/unit/translate/test_stack_decoder.py |   2 +-
 nltk/test/util.doctest                         |   2 +-
 nltk/test/wordnet.doctest                      |   2 +-
 nltk/test/wordnet_lch.doctest                  |   2 +-
 nltk/test/wsd.doctest                          |   2 +-
 nltk/text.py                                   |   4 +-
 nltk/tgrep.py                                  |   2 +-
 nltk/tokenize/__init__.py                      |   4 +-
 nltk/tokenize/api.py                           |   9 +-
 nltk/tokenize/casual.py                        |  41 +-
 nltk/tokenize/mwe.py                           |  82 ++--
 nltk/tokenize/punkt.py                         |  24 +-
 nltk/tokenize/regexp.py                        |   7 +-
 nltk/tokenize/sexpr.py                         |   2 +-
 nltk/tokenize/simple.py                        |   2 +-
 nltk/tokenize/stanford.py                      |  10 +-
 nltk/tokenize/stanford_segmenter.py            | 157 +++++++
 nltk/tokenize/texttiling.py                    |   2 +-
 nltk/tokenize/treebank.py                      |  67 +--
 nltk/tokenize/util.py                          |  10 +-
 nltk/toolbox.py                                |   2 +-
 nltk/translate/__init__.py                     |   5 +-
 nltk/translate/api.py                          |   4 +-
 nltk/translate/bleu_score.py                   | 434 ++++++++++++++++---
 nltk/translate/gdfa.py                         |   2 +-
 nltk/translate/ibm2.py                         |   2 +-
 nltk/translate/ibm3.py                         |   2 +-
 nltk/translate/ibm4.py                         |   4 +-
 nltk/translate/ibm5.py                         |   4 +-
 nltk/translate/ibm_model.py                    |   6 +-
 nltk/translate/metrics.py                      |   5 +-
 nltk/translate/phrase_based.py                 |   2 +-
 nltk/translate/ribes_score.py                  | 325 +++++++++++++++
 nltk/translate/stack_decoder.py                |   2 +-
 nltk/tree.py                                   |   2 +-
 nltk/treeprettyprinter.py                      |   2 +-
 nltk/twitter/__init__.py                       |   2 +-
 nltk/twitter/api.py                            |   2 +-
 nltk/twitter/common.py                         |   2 +-
 nltk/twitter/twitter_demo.py                   |   2 +-
 nltk/twitter/twitterclient.py                  |   2 +-
 nltk/twitter/util.py                           |   2 +-
 nltk/util.py                                   | 215 +++++++++-
 nltk/wsd.py                                    |   2 +-
 setup.py                                       |   2 +-
 308 files changed, 3635 insertions(+), 949 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