pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-nltk: Update wip/py-nltk to 3.2.1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Aug 31 16:33:55 2016 +0200
Changeset:	da29447ad1396c52e7540c471604430f71addb84

Modified Files:
	py-nltk/Makefile
	py-nltk/PLIST
	py-nltk/distinfo

Log Message:
py-nltk: Update wip/py-nltk to 3.2.1

Changes:
Version 3.2.1 2015-04-09
* Support for CCG semantics, Stanford segmenter, VADER lexicon
* Fixes to BLEU score calculation, CHILDES corpus reader
* Other miscellaneous fixes

Thanks to the following contributors to 3.2.1:
Andrew Giel, Casper Lehmann-Strøm, David Madl, Tanin Na Nakorn,
Guilherme Nardari, Philippe Ombredanne, Nathan Schneider, Liling Tan,
Josiah Wang, venticello

Version 3.2 2015-03-03
* Fixes for Python 3.5
* Code cleanups now Python 2.6 is no longer supported
* Improvements to documentation
* Comprehensive use of os.path for platform-specific path handling
* Support for PanLex
* Support for third party download locations for NLTK data
* Fix bugs in IBM method 3 smoothing and BLEU calculation
* Support smoothing for BLEU score and corpus-level BLEU
* Support RIBES score
* Improvements to TweetTokenizer
* Updates for Stanford API
* Add mathematical operators to ConditionalFreqDist
* Fix bug in sentiwordnet for adjectives
* Merged internal implementations of Trie

Thanks to the following contributors to 3.2:
Santiago Castro, Jihun Choi, Graham Christensen, Andrew Drozdov, Long
Duong, Kyriakos Georgiou, Michael Wayne Goodman, Clark Grubb, Tah Wei
Hoon, David Kamholz, Ewan Klein, Reed Loden, Rob Malouf, Philippe
Ombredanne, Josh Owen, Pierpaolo Pantone, Mike Recachinas, Elijah
Rippeth, Thomas Stieglmaier, Liling Tan, Philip Tzou, Pratap Vardhan.

Version 3.1 2015-10-15
* Fixes for Python 3.5 (drop support for capturing groups in regexp tokenizer)
* Drop support for Python 2.6
* Adopt perceptron tagger for new default POS tagger nltk.pos_tag
* Stanford Neural Dependency Parser wrapper
* Sentiment analysis package incl VADER
* Improvements to twitter package
* Multi word expression tokenizer
* Support for everygram and skipgram
* consistent evaluation metric interfaces, putting reference before hypothesis
* new nltk.translate module, incorporating the old align module
* implement stack decoder
* clean up Alignment interface
* CorpusReader method to support access to license and citation
* Multext East Corpus and MTECorpusReader
* include six module to streamline installation on MS Windows

Thanks to the following contributors to 3.1:
Le Tuan Anh, Petra Barancikova, Alexander Böhm, Francis Bond,
Long Duong, Anna Garbar, Matthew Honnibal, Tah Wei Hoon, Ewan Klein,
Rob Malouf, Dmitrijs Milajevs, Will Monroe, Sergio Oller, Pierpaolo
Pantone, Jacob Perkins, Lorenzo Rubio, Thomas Stieglmaier, Liling Tan,
Pratap Vardhan

Version 3.0.5 2015-09-05
* rewritten IBM models, and new IBM Model 4 and 5 implementations
* new Twitter package
* stabilized MaltParser API
* improved regex tagger
* improved documentation on contributing
* minor improvements to documentation and testing

Thanks to the following contributors to 3.0.5:
Álvaro Justen, Dmitrijs Milajevs, Ewan Klein, Heran Lin, Justin Hammar,
Liling Tan, Long Duong, Lorenzo Rubio, Pierpaolo Pantone, Tah Wei Hoon

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da29447ad1396c52e7540c471604430f71addb84

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-nltk/Makefile |   3 +-
 py-nltk/PLIST    | 201 ++++++++++++++++++++++++++++++++++++++++++++-----------
 py-nltk/distinfo |   7 +-
 3 files changed, 169 insertions(+), 42 deletions(-)

diffs:
diff --git a/py-nltk/Makefile b/py-nltk/Makefile
index 0b39707..0116a33 100644
--- a/py-nltk/Makefile
+++ b/py-nltk/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.9 2015/09/05 09:23:43 thomasklausner Exp $
 
-DISTNAME=	nltk-3.0.4
+DISTNAME=	nltk-3.2.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nltk/}
@@ -11,6 +11,7 @@ HOMEPAGE=	http://www.nltk.org/
 COMMENT=	Natural Language Toolkit (NLTK)
 LICENSE=	apache-2.0
 
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.1.2:../../devel/py-nose
 DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
diff --git a/py-nltk/PLIST b/py-nltk/PLIST
index 0f3cbfc..d36faf5 100644
--- a/py-nltk/PLIST
+++ b/py-nltk/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/09/05 09:23:43 thomasklausner Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,36 +8,6 @@ ${PYSITELIB}/nltk/VERSION
 ${PYSITELIB}/nltk/__init__.py
 ${PYSITELIB}/nltk/__init__.pyc
 ${PYSITELIB}/nltk/__init__.pyo
-${PYSITELIB}/nltk/align/__init__.py
-${PYSITELIB}/nltk/align/__init__.pyc
-${PYSITELIB}/nltk/align/__init__.pyo
-${PYSITELIB}/nltk/align/api.py
-${PYSITELIB}/nltk/align/api.pyc
-${PYSITELIB}/nltk/align/api.pyo
-${PYSITELIB}/nltk/align/bleu_score.py
-${PYSITELIB}/nltk/align/bleu_score.pyc
-${PYSITELIB}/nltk/align/bleu_score.pyo
-${PYSITELIB}/nltk/align/gale_church.py
-${PYSITELIB}/nltk/align/gale_church.pyc
-${PYSITELIB}/nltk/align/gale_church.pyo
-${PYSITELIB}/nltk/align/gdfa.py
-${PYSITELIB}/nltk/align/gdfa.pyc
-${PYSITELIB}/nltk/align/gdfa.pyo
-${PYSITELIB}/nltk/align/ibm1.py
-${PYSITELIB}/nltk/align/ibm1.pyc
-${PYSITELIB}/nltk/align/ibm1.pyo
-${PYSITELIB}/nltk/align/ibm2.py
-${PYSITELIB}/nltk/align/ibm2.pyc
-${PYSITELIB}/nltk/align/ibm2.pyo
-${PYSITELIB}/nltk/align/ibm3.py
-${PYSITELIB}/nltk/align/ibm3.pyc
-${PYSITELIB}/nltk/align/ibm3.pyo
-${PYSITELIB}/nltk/align/phrase_based.py
-${PYSITELIB}/nltk/align/phrase_based.pyc
-${PYSITELIB}/nltk/align/phrase_based.pyo
-${PYSITELIB}/nltk/align/util.py
-${PYSITELIB}/nltk/align/util.pyc
-${PYSITELIB}/nltk/align/util.pyo
 ${PYSITELIB}/nltk/app/__init__.py
 ${PYSITELIB}/nltk/app/__init__.pyc
 ${PYSITELIB}/nltk/app/__init__.pyo
@@ -86,6 +56,9 @@ ${PYSITELIB}/nltk/ccg/combinator.pyo
 ${PYSITELIB}/nltk/ccg/lexicon.py
 ${PYSITELIB}/nltk/ccg/lexicon.pyc
 ${PYSITELIB}/nltk/ccg/lexicon.pyo
+${PYSITELIB}/nltk/ccg/logic.py
+${PYSITELIB}/nltk/ccg/logic.pyc
+${PYSITELIB}/nltk/ccg/logic.pyo
 ${PYSITELIB}/nltk/chat/__init__.py
 ${PYSITELIB}/nltk/chat/__init__.pyc
 ${PYSITELIB}/nltk/chat/__init__.pyo
@@ -212,6 +185,9 @@ ${PYSITELIB}/nltk/corpus/reader/bnc.pyo
 ${PYSITELIB}/nltk/corpus/reader/bracket_parse.py
 ${PYSITELIB}/nltk/corpus/reader/bracket_parse.pyc
 ${PYSITELIB}/nltk/corpus/reader/bracket_parse.pyo
+${PYSITELIB}/nltk/corpus/reader/categorized_sents.py
+${PYSITELIB}/nltk/corpus/reader/categorized_sents.pyc
+${PYSITELIB}/nltk/corpus/reader/categorized_sents.pyo
 ${PYSITELIB}/nltk/corpus/reader/chasen.py
 ${PYSITELIB}/nltk/corpus/reader/chasen.pyc
 ${PYSITELIB}/nltk/corpus/reader/chasen.pyo
@@ -224,6 +200,9 @@ ${PYSITELIB}/nltk/corpus/reader/chunked.pyo
 ${PYSITELIB}/nltk/corpus/reader/cmudict.py
 ${PYSITELIB}/nltk/corpus/reader/cmudict.pyc
 ${PYSITELIB}/nltk/corpus/reader/cmudict.pyo
+${PYSITELIB}/nltk/corpus/reader/comparative_sents.py
+${PYSITELIB}/nltk/corpus/reader/comparative_sents.pyc
+${PYSITELIB}/nltk/corpus/reader/comparative_sents.pyo
 ${PYSITELIB}/nltk/corpus/reader/conll.py
 ${PYSITELIB}/nltk/corpus/reader/conll.pyc
 ${PYSITELIB}/nltk/corpus/reader/conll.pyo
@@ -251,6 +230,9 @@ ${PYSITELIB}/nltk/corpus/reader/knbc.pyo
 ${PYSITELIB}/nltk/corpus/reader/lin.py
 ${PYSITELIB}/nltk/corpus/reader/lin.pyc
 ${PYSITELIB}/nltk/corpus/reader/lin.pyo
+${PYSITELIB}/nltk/corpus/reader/mte.py
+${PYSITELIB}/nltk/corpus/reader/mte.pyc
+${PYSITELIB}/nltk/corpus/reader/mte.pyo
 ${PYSITELIB}/nltk/corpus/reader/nkjp.py
 ${PYSITELIB}/nltk/corpus/reader/nkjp.pyc
 ${PYSITELIB}/nltk/corpus/reader/nkjp.pyo
@@ -260,6 +242,12 @@ ${PYSITELIB}/nltk/corpus/reader/nombank.pyo
 ${PYSITELIB}/nltk/corpus/reader/nps_chat.py
 ${PYSITELIB}/nltk/corpus/reader/nps_chat.pyc
 ${PYSITELIB}/nltk/corpus/reader/nps_chat.pyo
+${PYSITELIB}/nltk/corpus/reader/opinion_lexicon.py
+${PYSITELIB}/nltk/corpus/reader/opinion_lexicon.pyc
+${PYSITELIB}/nltk/corpus/reader/opinion_lexicon.pyo
+${PYSITELIB}/nltk/corpus/reader/panlex_lite.py
+${PYSITELIB}/nltk/corpus/reader/panlex_lite.pyc
+${PYSITELIB}/nltk/corpus/reader/panlex_lite.pyo
 ${PYSITELIB}/nltk/corpus/reader/pl196x.py
 ${PYSITELIB}/nltk/corpus/reader/pl196x.pyc
 ${PYSITELIB}/nltk/corpus/reader/pl196x.pyo
@@ -272,6 +260,12 @@ ${PYSITELIB}/nltk/corpus/reader/ppattach.pyo
 ${PYSITELIB}/nltk/corpus/reader/propbank.py
 ${PYSITELIB}/nltk/corpus/reader/propbank.pyc
 ${PYSITELIB}/nltk/corpus/reader/propbank.pyo
+${PYSITELIB}/nltk/corpus/reader/pros_cons.py
+${PYSITELIB}/nltk/corpus/reader/pros_cons.pyc
+${PYSITELIB}/nltk/corpus/reader/pros_cons.pyo
+${PYSITELIB}/nltk/corpus/reader/reviews.py
+${PYSITELIB}/nltk/corpus/reader/reviews.pyc
+${PYSITELIB}/nltk/corpus/reader/reviews.pyo
 ${PYSITELIB}/nltk/corpus/reader/rte.py
 ${PYSITELIB}/nltk/corpus/reader/rte.pyc
 ${PYSITELIB}/nltk/corpus/reader/rte.pyo
@@ -302,6 +296,9 @@ ${PYSITELIB}/nltk/corpus/reader/timit.pyo
 ${PYSITELIB}/nltk/corpus/reader/toolbox.py
 ${PYSITELIB}/nltk/corpus/reader/toolbox.pyc
 ${PYSITELIB}/nltk/corpus/reader/toolbox.pyo
+${PYSITELIB}/nltk/corpus/reader/twitter.py
+${PYSITELIB}/nltk/corpus/reader/twitter.pyc
+${PYSITELIB}/nltk/corpus/reader/twitter.pyo
 ${PYSITELIB}/nltk/corpus/reader/udhr.py
 ${PYSITELIB}/nltk/corpus/reader/udhr.pyc
 ${PYSITELIB}/nltk/corpus/reader/udhr.pyo
@@ -545,6 +542,21 @@ ${PYSITELIB}/nltk/sem/skolemize.pyo
 ${PYSITELIB}/nltk/sem/util.py
 ${PYSITELIB}/nltk/sem/util.pyc
 ${PYSITELIB}/nltk/sem/util.pyo
+${PYSITELIB}/nltk/sentiment/__init__.py
+${PYSITELIB}/nltk/sentiment/__init__.pyc
+${PYSITELIB}/nltk/sentiment/__init__.pyo
+${PYSITELIB}/nltk/sentiment/sentiment_analyzer.py
+${PYSITELIB}/nltk/sentiment/sentiment_analyzer.pyc
+${PYSITELIB}/nltk/sentiment/sentiment_analyzer.pyo
+${PYSITELIB}/nltk/sentiment/util.py
+${PYSITELIB}/nltk/sentiment/util.pyc
+${PYSITELIB}/nltk/sentiment/util.pyo
+${PYSITELIB}/nltk/sentiment/vader.py
+${PYSITELIB}/nltk/sentiment/vader.pyc
+${PYSITELIB}/nltk/sentiment/vader.pyo
+${PYSITELIB}/nltk/six.py
+${PYSITELIB}/nltk/six.pyc
+${PYSITELIB}/nltk/six.pyo
 ${PYSITELIB}/nltk/stem/__init__.py
 ${PYSITELIB}/nltk/stem/__init__.pyc
 ${PYSITELIB}/nltk/stem/__init__.pyo
@@ -587,9 +599,6 @@ ${PYSITELIB}/nltk/tag/brill.pyo
 ${PYSITELIB}/nltk/tag/brill_trainer.py
 ${PYSITELIB}/nltk/tag/brill_trainer.pyc
 ${PYSITELIB}/nltk/tag/brill_trainer.pyo
-${PYSITELIB}/nltk/tag/brill_trainer_orig.py
-${PYSITELIB}/nltk/tag/brill_trainer_orig.pyc
-${PYSITELIB}/nltk/tag/brill_trainer_orig.pyo
 ${PYSITELIB}/nltk/tag/crf.py
 ${PYSITELIB}/nltk/tag/crf.pyc
 ${PYSITELIB}/nltk/tag/crf.pyo
@@ -602,6 +611,9 @@ ${PYSITELIB}/nltk/tag/hunpos.pyo
 ${PYSITELIB}/nltk/tag/mapping.py
 ${PYSITELIB}/nltk/tag/mapping.pyc
 ${PYSITELIB}/nltk/tag/mapping.pyo
+${PYSITELIB}/nltk/tag/perceptron.py
+${PYSITELIB}/nltk/tag/perceptron.pyc
+${PYSITELIB}/nltk/tag/perceptron.pyo
 ${PYSITELIB}/nltk/tag/senna.py
 ${PYSITELIB}/nltk/tag/senna.pyc
 ${PYSITELIB}/nltk/tag/senna.pyo
@@ -641,16 +653,13 @@ ${PYSITELIB}/nltk/tbl/template.pyo
 ${PYSITELIB}/nltk/test/__init__.py
 ${PYSITELIB}/nltk/test/__init__.pyc
 ${PYSITELIB}/nltk/test/__init__.pyo
-${PYSITELIB}/nltk/test/align.doctest
-${PYSITELIB}/nltk/test/align_fixt.py
-${PYSITELIB}/nltk/test/align_fixt.pyc
-${PYSITELIB}/nltk/test/align_fixt.pyo
 ${PYSITELIB}/nltk/test/all.py
 ${PYSITELIB}/nltk/test/all.pyc
 ${PYSITELIB}/nltk/test/all.pyo
 ${PYSITELIB}/nltk/test/bleu.doctest
 ${PYSITELIB}/nltk/test/bnc.doctest
 ${PYSITELIB}/nltk/test/ccg.doctest
+${PYSITELIB}/nltk/test/ccg_semantics.doctest
 ${PYSITELIB}/nltk/test/chat80.doctest
 ${PYSITELIB}/nltk/test/childes.doctest
 ${PYSITELIB}/nltk/test/childes_fixt.py
@@ -686,6 +695,9 @@ ${PYSITELIB}/nltk/test/featstruct.doctest
 ${PYSITELIB}/nltk/test/framenet.doctest
 ${PYSITELIB}/nltk/test/generate.doctest
 ${PYSITELIB}/nltk/test/gensim.doctest
+${PYSITELIB}/nltk/test/gensim_fixt.py
+${PYSITELIB}/nltk/test/gensim_fixt.pyc
+${PYSITELIB}/nltk/test/gensim_fixt.pyo
 ${PYSITELIB}/nltk/test/gluesemantics.doctest
 ${PYSITELIB}/nltk/test/gluesemantics_malt.doctest
 ${PYSITELIB}/nltk/test/gluesemantics_malt_fixt.py
@@ -730,12 +742,17 @@ ${PYSITELIB}/nltk/test/semantics.doctest
 ${PYSITELIB}/nltk/test/semantics_fixt.py
 ${PYSITELIB}/nltk/test/semantics_fixt.pyc
 ${PYSITELIB}/nltk/test/semantics_fixt.pyo
+${PYSITELIB}/nltk/test/sentiment.doctest
 ${PYSITELIB}/nltk/test/sentiwordnet.doctest
 ${PYSITELIB}/nltk/test/simple.doctest
 ${PYSITELIB}/nltk/test/stem.doctest
 ${PYSITELIB}/nltk/test/tag.doctest
 ${PYSITELIB}/nltk/test/tokenize.doctest
 ${PYSITELIB}/nltk/test/toolbox.doctest
+${PYSITELIB}/nltk/test/translate.doctest
+${PYSITELIB}/nltk/test/translate_fixt.py
+${PYSITELIB}/nltk/test/translate_fixt.pyc
+${PYSITELIB}/nltk/test/translate_fixt.pyo
 ${PYSITELIB}/nltk/test/tree.doctest
 ${PYSITELIB}/nltk/test/treeprettyprinter.doctest
 ${PYSITELIB}/nltk/test/treetransforms.doctest
@@ -760,6 +777,9 @@ ${PYSITELIB}/nltk/test/unit/test_corpus_views.pyo
 ${PYSITELIB}/nltk/test/unit/test_hmm.py
 ${PYSITELIB}/nltk/test/unit/test_hmm.pyc
 ${PYSITELIB}/nltk/test/unit/test_hmm.pyo
+${PYSITELIB}/nltk/test/unit/test_json2csv_corpus.py
+${PYSITELIB}/nltk/test/unit/test_json2csv_corpus.pyc
+${PYSITELIB}/nltk/test/unit/test_json2csv_corpus.pyo
 ${PYSITELIB}/nltk/test/unit/test_naivebayes.py
 ${PYSITELIB}/nltk/test/unit/test_naivebayes.pyc
 ${PYSITELIB}/nltk/test/unit/test_naivebayes.pyo
@@ -775,6 +795,39 @@ ${PYSITELIB}/nltk/test/unit/test_tag.pyo
 ${PYSITELIB}/nltk/test/unit/test_tgrep.py
 ${PYSITELIB}/nltk/test/unit/test_tgrep.pyc
 ${PYSITELIB}/nltk/test/unit/test_tgrep.pyo
+${PYSITELIB}/nltk/test/unit/test_tokenize.py
+${PYSITELIB}/nltk/test/unit/test_tokenize.pyc
+${PYSITELIB}/nltk/test/unit/test_tokenize.pyo
+${PYSITELIB}/nltk/test/unit/test_twitter_auth.py
+${PYSITELIB}/nltk/test/unit/test_twitter_auth.pyc
+${PYSITELIB}/nltk/test/unit/test_twitter_auth.pyo
+${PYSITELIB}/nltk/test/unit/translate/__init__.py
+${PYSITELIB}/nltk/test/unit/translate/__init__.pyc
+${PYSITELIB}/nltk/test/unit/translate/__init__.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_bleu.py
+${PYSITELIB}/nltk/test/unit/translate/test_bleu.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_bleu.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_ibm1.py
+${PYSITELIB}/nltk/test/unit/translate/test_ibm1.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_ibm1.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_ibm2.py
+${PYSITELIB}/nltk/test/unit/translate/test_ibm2.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_ibm2.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_ibm3.py
+${PYSITELIB}/nltk/test/unit/translate/test_ibm3.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_ibm3.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_ibm4.py
+${PYSITELIB}/nltk/test/unit/translate/test_ibm4.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_ibm4.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_ibm5.py
+${PYSITELIB}/nltk/test/unit/translate/test_ibm5.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_ibm5.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_ibm_model.py
+${PYSITELIB}/nltk/test/unit/translate/test_ibm_model.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_ibm_model.pyo
+${PYSITELIB}/nltk/test/unit/translate/test_stack_decoder.py
+${PYSITELIB}/nltk/test/unit/translate/test_stack_decoder.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_stack_decoder.pyo
 ${PYSITELIB}/nltk/test/unit/utils.py
 ${PYSITELIB}/nltk/test/unit/utils.pyc
 ${PYSITELIB}/nltk/test/unit/utils.pyo
@@ -797,6 +850,12 @@ ${PYSITELIB}/nltk/tokenize/__init__.pyo
 ${PYSITELIB}/nltk/tokenize/api.py
 ${PYSITELIB}/nltk/tokenize/api.pyc
 ${PYSITELIB}/nltk/tokenize/api.pyo
+${PYSITELIB}/nltk/tokenize/casual.py
+${PYSITELIB}/nltk/tokenize/casual.pyc
+${PYSITELIB}/nltk/tokenize/casual.pyo
+${PYSITELIB}/nltk/tokenize/mwe.py
+${PYSITELIB}/nltk/tokenize/mwe.pyc
+${PYSITELIB}/nltk/tokenize/mwe.pyo
 ${PYSITELIB}/nltk/tokenize/punkt.py
 ${PYSITELIB}/nltk/tokenize/punkt.pyc
 ${PYSITELIB}/nltk/tokenize/punkt.pyo
@@ -812,6 +871,9 @@ ${PYSITELIB}/nltk/tokenize/simple.pyo
 ${PYSITELIB}/nltk/tokenize/stanford.py
 ${PYSITELIB}/nltk/tokenize/stanford.pyc
 ${PYSITELIB}/nltk/tokenize/stanford.pyo
+${PYSITELIB}/nltk/tokenize/stanford_segmenter.py
+${PYSITELIB}/nltk/tokenize/stanford_segmenter.pyc
+${PYSITELIB}/nltk/tokenize/stanford_segmenter.pyo
 ${PYSITELIB}/nltk/tokenize/texttiling.py
 ${PYSITELIB}/nltk/tokenize/texttiling.pyc
 ${PYSITELIB}/nltk/tokenize/texttiling.pyo
@@ -824,6 +886,51 @@ ${PYSITELIB}/nltk/tokenize/util.pyo
 ${PYSITELIB}/nltk/toolbox.py
 ${PYSITELIB}/nltk/toolbox.pyc
 ${PYSITELIB}/nltk/toolbox.pyo
+${PYSITELIB}/nltk/translate/__init__.py
+${PYSITELIB}/nltk/translate/__init__.pyc
+${PYSITELIB}/nltk/translate/__init__.pyo
+${PYSITELIB}/nltk/translate/api.py
+${PYSITELIB}/nltk/translate/api.pyc
+${PYSITELIB}/nltk/translate/api.pyo
+${PYSITELIB}/nltk/translate/bleu_score.py
+${PYSITELIB}/nltk/translate/bleu_score.pyc
+${PYSITELIB}/nltk/translate/bleu_score.pyo
+${PYSITELIB}/nltk/translate/gale_church.py
+${PYSITELIB}/nltk/translate/gale_church.pyc
+${PYSITELIB}/nltk/translate/gale_church.pyo
+${PYSITELIB}/nltk/translate/gdfa.py
+${PYSITELIB}/nltk/translate/gdfa.pyc
+${PYSITELIB}/nltk/translate/gdfa.pyo
+${PYSITELIB}/nltk/translate/ibm1.py
+${PYSITELIB}/nltk/translate/ibm1.pyc
+${PYSITELIB}/nltk/translate/ibm1.pyo
+${PYSITELIB}/nltk/translate/ibm2.py
+${PYSITELIB}/nltk/translate/ibm2.pyc
+${PYSITELIB}/nltk/translate/ibm2.pyo
+${PYSITELIB}/nltk/translate/ibm3.py
+${PYSITELIB}/nltk/translate/ibm3.pyc
+${PYSITELIB}/nltk/translate/ibm3.pyo
+${PYSITELIB}/nltk/translate/ibm4.py
+${PYSITELIB}/nltk/translate/ibm4.pyc
+${PYSITELIB}/nltk/translate/ibm4.pyo
+${PYSITELIB}/nltk/translate/ibm5.py
+${PYSITELIB}/nltk/translate/ibm5.pyc
+${PYSITELIB}/nltk/translate/ibm5.pyo
+${PYSITELIB}/nltk/translate/ibm_model.py
+${PYSITELIB}/nltk/translate/ibm_model.pyc
+${PYSITELIB}/nltk/translate/ibm_model.pyo
+${PYSITELIB}/nltk/translate/metrics.py
+${PYSITELIB}/nltk/translate/metrics.pyc
+${PYSITELIB}/nltk/translate/metrics.pyo
+${PYSITELIB}/nltk/translate/phrase_based.py
+${PYSITELIB}/nltk/translate/phrase_based.pyc
+${PYSITELIB}/nltk/translate/phrase_based.pyo
+${PYSITELIB}/nltk/translate/ribes_score.py
+${PYSITELIB}/nltk/translate/ribes_score.pyc
+${PYSITELIB}/nltk/translate/ribes_score.pyo
+${PYSITELIB}/nltk/translate/stack_decoder.py
+${PYSITELIB}/nltk/translate/stack_decoder.pyc
+${PYSITELIB}/nltk/translate/stack_decoder.pyo
 ${PYSITELIB}/nltk/tree.py
 ${PYSITELIB}/nltk/tree.pyc
 ${PYSITELIB}/nltk/tree.pyo
@@ -833,6 +940,24 @@ ${PYSITELIB}/nltk/treeprettyprinter.pyo
 ${PYSITELIB}/nltk/treetransforms.py
 ${PYSITELIB}/nltk/treetransforms.pyc
 ${PYSITELIB}/nltk/treetransforms.pyo
+${PYSITELIB}/nltk/twitter/__init__.py
+${PYSITELIB}/nltk/twitter/__init__.pyc
+${PYSITELIB}/nltk/twitter/__init__.pyo
+${PYSITELIB}/nltk/twitter/api.py
+${PYSITELIB}/nltk/twitter/api.pyc
+${PYSITELIB}/nltk/twitter/api.pyo
+${PYSITELIB}/nltk/twitter/common.py
+${PYSITELIB}/nltk/twitter/common.pyc
+${PYSITELIB}/nltk/twitter/common.pyo
+${PYSITELIB}/nltk/twitter/twitter_demo.py
+${PYSITELIB}/nltk/twitter/twitter_demo.pyc
+${PYSITELIB}/nltk/twitter/twitter_demo.pyo
+${PYSITELIB}/nltk/twitter/twitterclient.py
+${PYSITELIB}/nltk/twitter/twitterclient.pyc
+${PYSITELIB}/nltk/twitter/twitterclient.pyo
+${PYSITELIB}/nltk/twitter/util.py
+${PYSITELIB}/nltk/twitter/util.pyc
+${PYSITELIB}/nltk/twitter/util.pyo
 ${PYSITELIB}/nltk/util.py
 ${PYSITELIB}/nltk/util.pyc
 ${PYSITELIB}/nltk/util.pyo
diff --git a/py-nltk/distinfo b/py-nltk/distinfo
index 83208d8..c348688 100644
--- a/py-nltk/distinfo
+++ b/py-nltk/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/09/05 09:23:44 thomasklausner Exp $
 
-SHA1 (nltk-3.0.4.tar.gz) = 7311ee606f5f702e67a1b3c47d520b3b9b01d7b9
-RMD160 (nltk-3.0.4.tar.gz) = 70a46b8c6e4546f5e696f78c1d6448defe9ca257
-Size (nltk-3.0.4.tar.gz) = 1531765 bytes
+SHA1 (nltk-3.2.1.tar.gz) = de5d5705e457c31063cd232fa0802286e6e3bc14
+RMD160 (nltk-3.2.1.tar.gz) = 71e0f5f81f7e5e26ea69113023efb80db3067b27
+SHA512 (nltk-3.2.1.tar.gz) = 9071427fb3c76a0714cd9abbb6c2b807086cc2fdd672563a0a44cffb2d5eba796f69b8073a6fd6cf2d4aed75ad17e7a50edd187a1a0bc71ec8b63f5a31237570
+Size (nltk-3.2.1.tar.gz) = 2700728 bytes


Home | Main Index | Thread Index | Old Index