pkgsrc-WIP-changes archive

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

py-nltk: update to 3.4.1.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue May 28 15:39:57 2019 +0200
Changeset:	661dd59f34f3e492b4dc8f740da65028278487be

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

Log Message:
py-nltk: update to 3.4.1.

Version 3.4.1 2019-04-17

* add chomsky_normal_form for CFGs
* add meteor score
* add minimum edit/Levenshtein distance based alignment function
* allow access to collocation list via text.collocation_list()
* support corenlp server options
* drop support for Python 3.4
* other minor fixes

Thanks to the following contributors to 3.4.1:
Adrian Ellis Andrew Martin, Ayush Kaushal, BLKSerene, Bharat
Raghunathan, Franklin Chen, KMiNT21 Kevin Brown, Liling Tan,
Matan Rak, Nat Quayle Nelson, Osman Zubair, Purificant,
Uday Krishna, Viresh Gupta

Version 3.4 2018-11-17
* Support Python 3.7
* Language Modeling incl Kneser-Ney, Witten-Bell, Good-Turing
* Cistem Stemmer for German
* Support Russian National Corpus incl POS tag model
* Decouple sentiment and twitter packages
* Minor extensions for WordNet
* K-alpha
* Fix warning messages for corenlp
* Comprehensive code cleanups
* Many other minor fixes
* Switch continuous integration from Jenkins to Travis

Special thanks to Ilia Kurenkov (Language Model package), Liling Tan (Python 3.7, Travis-CI),
and purificant (code cleanups). Thanks also to: Afshin Sadeghi, Ales Tamchyna, Alok Debnath,
aquatiko, Coykto, Denis Kataev, dnc1994, Fabian Howard, Frankie Robertson, Iaroslav Tymchenko,
Jayakrishna Sahit, LBenzahia, Leonie Weißweiler, Linghao Zhang, Rohit Kumar, sahitpj,
Tim Gianitsos, vagrant, 53X

Version 3.3 2018-05-06
* Support Python 3.6
* New interface to CoreNLP
* Support synset retrieval by sense key
* Minor fixes to CoNLL Corpus Reader, AlignedSent
* Fixed minor inconsistencies in APIs and API documentation
* Better conformance to PEP8
* Drop moses.py (incompatible license)

Special thanks to Liling Tan for leading our transition to Python 3.6.
Thanks to other contributors listed here: https://github.com/nltk/nltk/blob/develop/AUTHORS.md

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

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

diffstat:
 py-nltk/Makefile |  2 +-
 py-nltk/PLIST    | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 py-nltk/distinfo |  8 +++---
 3 files changed, 81 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-nltk/Makefile b/py-nltk/Makefile
index cd0637757c..7c5d2d6228 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.2.5
+DISTNAME=	nltk-3.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nltk/}
diff --git a/py-nltk/PLIST b/py-nltk/PLIST
index d5d41bf5d5..ad12ab9cd9 100644
--- a/py-nltk/PLIST
+++ b/py-nltk/PLIST
@@ -396,6 +396,30 @@ ${PYSITELIB}/nltk/jsontags.pyo
 ${PYSITELIB}/nltk/lazyimport.py
 ${PYSITELIB}/nltk/lazyimport.pyc
 ${PYSITELIB}/nltk/lazyimport.pyo
+${PYSITELIB}/nltk/lm/__init__.py
+${PYSITELIB}/nltk/lm/__init__.pyc
+${PYSITELIB}/nltk/lm/__init__.pyo
+${PYSITELIB}/nltk/lm/api.py
+${PYSITELIB}/nltk/lm/api.pyc
+${PYSITELIB}/nltk/lm/api.pyo
+${PYSITELIB}/nltk/lm/counter.py
+${PYSITELIB}/nltk/lm/counter.pyc
+${PYSITELIB}/nltk/lm/counter.pyo
+${PYSITELIB}/nltk/lm/models.py
+${PYSITELIB}/nltk/lm/models.pyc
+${PYSITELIB}/nltk/lm/models.pyo
+${PYSITELIB}/nltk/lm/preprocessing.py
+${PYSITELIB}/nltk/lm/preprocessing.pyc
+${PYSITELIB}/nltk/lm/preprocessing.pyo
+${PYSITELIB}/nltk/lm/smoothing.py
+${PYSITELIB}/nltk/lm/smoothing.pyc
+${PYSITELIB}/nltk/lm/smoothing.pyo
+${PYSITELIB}/nltk/lm/util.py
+${PYSITELIB}/nltk/lm/util.pyc
+${PYSITELIB}/nltk/lm/util.pyo
+${PYSITELIB}/nltk/lm/vocabulary.py
+${PYSITELIB}/nltk/lm/vocabulary.pyc
+${PYSITELIB}/nltk/lm/vocabulary.pyo
 ${PYSITELIB}/nltk/metrics/__init__.py
 ${PYSITELIB}/nltk/metrics/__init__.pyc
 ${PYSITELIB}/nltk/metrics/__init__.pyo
@@ -573,6 +597,9 @@ ${PYSITELIB}/nltk/stem/api.pyo
 ${PYSITELIB}/nltk/stem/arlstem.py
 ${PYSITELIB}/nltk/stem/arlstem.pyc
 ${PYSITELIB}/nltk/stem/arlstem.pyo
+${PYSITELIB}/nltk/stem/cistem.py
+${PYSITELIB}/nltk/stem/cistem.pyc
+${PYSITELIB}/nltk/stem/cistem.pyo
 ${PYSITELIB}/nltk/stem/isri.py
 ${PYSITELIB}/nltk/stem/isri.pyc
 ${PYSITELIB}/nltk/stem/isri.pyo
@@ -680,11 +707,13 @@ ${PYSITELIB}/nltk/test/classify.doctest
 ${PYSITELIB}/nltk/test/classify_fixt.py
 ${PYSITELIB}/nltk/test/classify_fixt.pyc
 ${PYSITELIB}/nltk/test/classify_fixt.pyo
+${PYSITELIB}/nltk/test/collections.doctest
 ${PYSITELIB}/nltk/test/collocations.doctest
 ${PYSITELIB}/nltk/test/compat.doctest
 ${PYSITELIB}/nltk/test/compat_fixt.py
 ${PYSITELIB}/nltk/test/compat_fixt.pyc
 ${PYSITELIB}/nltk/test/compat_fixt.pyo
+${PYSITELIB}/nltk/test/concordance.doctest
 ${PYSITELIB}/nltk/test/corpus.doctest
 ${PYSITELIB}/nltk/test/corpus_fixt.py
 ${PYSITELIB}/nltk/test/corpus_fixt.pyc
@@ -722,7 +751,9 @@ ${PYSITELIB}/nltk/test/inference_fixt.pyc
 ${PYSITELIB}/nltk/test/inference_fixt.pyo
 ${PYSITELIB}/nltk/test/internals.doctest
 ${PYSITELIB}/nltk/test/japanese.doctest
+${PYSITELIB}/nltk/test/lm.doctest
 ${PYSITELIB}/nltk/test/logic.doctest
+${PYSITELIB}/nltk/test/meteor.doctest
 ${PYSITELIB}/nltk/test/metrics.doctest
 ${PYSITELIB}/nltk/test/misc.doctest
 ${PYSITELIB}/nltk/test/nonmonotonic.doctest
@@ -769,12 +800,33 @@ ${PYSITELIB}/nltk/test/treetransforms.doctest
 ${PYSITELIB}/nltk/test/unit/__init__.py
 ${PYSITELIB}/nltk/test/unit/__init__.pyc
 ${PYSITELIB}/nltk/test/unit/__init__.pyo
+${PYSITELIB}/nltk/test/unit/lm/__init__.py
+${PYSITELIB}/nltk/test/unit/lm/__init__.pyc
+${PYSITELIB}/nltk/test/unit/lm/__init__.pyo
+${PYSITELIB}/nltk/test/unit/lm/test_counter.py
+${PYSITELIB}/nltk/test/unit/lm/test_counter.pyc
+${PYSITELIB}/nltk/test/unit/lm/test_counter.pyo
+${PYSITELIB}/nltk/test/unit/lm/test_models.py
+${PYSITELIB}/nltk/test/unit/lm/test_models.pyc
+${PYSITELIB}/nltk/test/unit/lm/test_models.pyo
+${PYSITELIB}/nltk/test/unit/lm/test_preprocessing.py
+${PYSITELIB}/nltk/test/unit/lm/test_preprocessing.pyc
+${PYSITELIB}/nltk/test/unit/lm/test_preprocessing.pyo
+${PYSITELIB}/nltk/test/unit/lm/test_vocabulary.py
+${PYSITELIB}/nltk/test/unit/lm/test_vocabulary.pyc
+${PYSITELIB}/nltk/test/unit/lm/test_vocabulary.pyo
 ${PYSITELIB}/nltk/test/unit/test_2x_compat.py
 ${PYSITELIB}/nltk/test/unit/test_2x_compat.pyc
 ${PYSITELIB}/nltk/test/unit/test_2x_compat.pyo
 ${PYSITELIB}/nltk/test/unit/test_aline.py
 ${PYSITELIB}/nltk/test/unit/test_aline.pyc
 ${PYSITELIB}/nltk/test/unit/test_aline.pyo
+${PYSITELIB}/nltk/test/unit/test_brill.py
+${PYSITELIB}/nltk/test/unit/test_brill.pyc
+${PYSITELIB}/nltk/test/unit/test_brill.pyo
+${PYSITELIB}/nltk/test/unit/test_cfg2chomsky.py
+${PYSITELIB}/nltk/test/unit/test_cfg2chomsky.pyc
+${PYSITELIB}/nltk/test/unit/test_cfg2chomsky.pyo
 ${PYSITELIB}/nltk/test/unit/test_chunk.py
 ${PYSITELIB}/nltk/test/unit/test_chunk.pyc
 ${PYSITELIB}/nltk/test/unit/test_chunk.pyo
@@ -784,6 +836,9 @@ ${PYSITELIB}/nltk/test/unit/test_classify.pyo
 ${PYSITELIB}/nltk/test/unit/test_collocations.py
 ${PYSITELIB}/nltk/test/unit/test_collocations.pyc
 ${PYSITELIB}/nltk/test/unit/test_collocations.pyo
+${PYSITELIB}/nltk/test/unit/test_concordance.py
+${PYSITELIB}/nltk/test/unit/test_concordance.pyc
+${PYSITELIB}/nltk/test/unit/test_concordance.pyo
 ${PYSITELIB}/nltk/test/unit/test_corenlp.py
 ${PYSITELIB}/nltk/test/unit/test_corenlp.pyc
 ${PYSITELIB}/nltk/test/unit/test_corenlp.pyo
@@ -793,6 +848,12 @@ ${PYSITELIB}/nltk/test/unit/test_corpora.pyo
 ${PYSITELIB}/nltk/test/unit/test_corpus_views.py
 ${PYSITELIB}/nltk/test/unit/test_corpus_views.pyc
 ${PYSITELIB}/nltk/test/unit/test_corpus_views.pyo
+${PYSITELIB}/nltk/test/unit/test_data.py
+${PYSITELIB}/nltk/test/unit/test_data.pyc
+${PYSITELIB}/nltk/test/unit/test_data.pyo
+${PYSITELIB}/nltk/test/unit/test_disagreement.py
+${PYSITELIB}/nltk/test/unit/test_disagreement.pyc
+${PYSITELIB}/nltk/test/unit/test_disagreement.pyo
 ${PYSITELIB}/nltk/test/unit/test_hmm.py
 ${PYSITELIB}/nltk/test/unit/test_hmm.pyc
 ${PYSITELIB}/nltk/test/unit/test_hmm.pyo
@@ -802,6 +863,12 @@ ${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
+${PYSITELIB}/nltk/test/unit/test_pos_tag.py
+${PYSITELIB}/nltk/test/unit/test_pos_tag.pyc
+${PYSITELIB}/nltk/test/unit/test_pos_tag.pyo
+${PYSITELIB}/nltk/test/unit/test_rte_classify.py
+${PYSITELIB}/nltk/test/unit/test_rte_classify.pyc
+${PYSITELIB}/nltk/test/unit/test_rte_classify.pyo
 ${PYSITELIB}/nltk/test/unit/test_seekable_unicode_stream_reader.py
 ${PYSITELIB}/nltk/test/unit/test_seekable_unicode_stream_reader.pyc
 ${PYSITELIB}/nltk/test/unit/test_seekable_unicode_stream_reader.pyo
@@ -832,6 +899,9 @@ ${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_gdfa.py
+${PYSITELIB}/nltk/test/unit/translate/test_gdfa.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_gdfa.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
@@ -850,6 +920,9 @@ ${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_nist.py
+${PYSITELIB}/nltk/test/unit/translate/test_nist.pyc
+${PYSITELIB}/nltk/test/unit/translate/test_nist.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
@@ -878,9 +951,6 @@ ${PYSITELIB}/nltk/tokenize/api.pyo
 ${PYSITELIB}/nltk/tokenize/casual.py
 ${PYSITELIB}/nltk/tokenize/casual.pyc
 ${PYSITELIB}/nltk/tokenize/casual.pyo
-${PYSITELIB}/nltk/tokenize/moses.py
-${PYSITELIB}/nltk/tokenize/moses.pyc
-${PYSITELIB}/nltk/tokenize/moses.pyo
 ${PYSITELIB}/nltk/tokenize/mwe.py
 ${PYSITELIB}/nltk/tokenize/mwe.pyc
 ${PYSITELIB}/nltk/tokenize/mwe.pyo
@@ -962,6 +1032,9 @@ ${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/meteor_score.py
+${PYSITELIB}/nltk/translate/meteor_score.pyc
+${PYSITELIB}/nltk/translate/meteor_score.pyo
 ${PYSITELIB}/nltk/translate/metrics.py
 ${PYSITELIB}/nltk/translate/metrics.pyc
 ${PYSITELIB}/nltk/translate/metrics.pyo
diff --git a/py-nltk/distinfo b/py-nltk/distinfo
index 3846c89280..0e51bc3d42 100644
--- a/py-nltk/distinfo
+++ b/py-nltk/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/09/05 09:23:44 thomasklausner Exp $
 
-SHA1 (nltk-3.2.5.tar.gz) = 44d584dfa526b42485492ebf56040893332f388c
-RMD160 (nltk-3.2.5.tar.gz) = 52d99d724849592b899f35ec4d74be6df5e1c896
-SHA512 (nltk-3.2.5.tar.gz) = 0af6f8b98808caa6833095eecd4d4c73b34535d4367bf52afcff8a13c75e54bf77ee387b2ae146ef5ac096e2e76490efb7080a810388b9c1973e0d763ba2d159
-Size (nltk-3.2.5.tar.gz) = 2768777 bytes
+SHA1 (nltk-3.4.1.tar.gz) = fbb5cabe8cf9a17111307a2e66d69534f0dc6de9
+RMD160 (nltk-3.4.1.tar.gz) = 18e7920a9f66395c71228eb7da73f236ea83cb34
+SHA512 (nltk-3.4.1.tar.gz) = 738718cb21bae385528cc171d5949ffe85f3c35ae64949838064e889db640a46ce03ca5c2689f74236c44869fd81dcbf23d908f869c0d38968beb34e49949eb4
+Size (nltk-3.4.1.tar.gz) = 2814434 bytes


Home | Main Index | Thread Index | Old Index