pkgsrc-WIP-changes archive

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

nltk: Update wip/nltk to 3.2.5



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Nov 5 16:41:16 2017 +0100
Changeset:	16cd5bf8a8f7f62829d8e42fefaf2cb28b6ddb34

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

Log Message:
nltk: Update wip/nltk to 3.2.5

Changes:
Version 3.2.5 2017-09-16

* Arabic stemmers (ARLSTem, Snowball)
* NIST MT evaluation metric and added NIST international_tokenize
* Moses tokenizer
* Document Russian tagger
* Fix to Stanford segmenter
* Improve treebank detokenizer, VerbNet, Vader
* Misc code and documentation cleanups
* Implement fixes suggested by LGTM

Thanks to the following contributors to 3.2.5:
Ali Abdullah, Lakhdar Benzahia, Henry Elder, Campion Fellin,
Tsolak Ghukasyan, Thanh Ha, Jean Helie, Nelson Liu,
Nathan Schneider, Chintan Shah, Fábio Silva, Liling Tan,
Ziyao Wei, Zicheng Xu, Albert Au Yeung, AbdealiJK,
porqupine, sbagan, xprogramer

Version 3.2.4 2017-05-21

* remove load-time dependency on Python requests library
* add support for Arabic in StanfordSegmenter
* fix MosesDetokenizer on irregular quote tokens

Thanks to the following contributors to 3.2.4:
Alex Constantin, Hatem Nassrat, Liling Tan

Version 3.2.3 2017-05-16

* new interface to Stanford CoreNLP Web API
* improved Lancaster stemmer with customizable rules from Whoosh
* improved Treebank tokenizer
* improved support for GLEU score
* adopt new Abstract base class style
* support custom tab files for extending WordNet
* make synset_from_pos_and_offset a public method
* make non-English WordNet lemma lookups case-insensitive
* speed up TnT tagger
* speed up FreqDist and ConditionalFreqDist
* support additional quotes in TreebankWordTokenizer
* clean up Tk's postscript output
* drop explicit support for corpora not distributed with NLTK to streamline testing
* allow iterator in perceptron tagger training
* allow for curly bracket quantifiers in chunk.regexp.CHUNK_TAG_PATTERN
* new corpus reader for MWA subset of PPDB
* improved testing framework

Thanks to the following contributors to 3.2.3:
Mark Amery, Carl Bolz, Abdelhak Bougouffa, Matt Chaput, Michael Goodman,
Jaehoon Hwang, Naoya Kanai, Jackson Lee, Christian Meyer, Dmitrijs Milajevs,
Adam Nelson, Pierpaolo Pantone, Liling Tan, Vilhjalmur Thorsteinsson,
Arthur Tilley, jmhutch, Yorwba, eromoe and others

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

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    | 21 +++++++++++++++++++++
 py-nltk/distinfo |  8 ++++----
 3 files changed, 26 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-nltk/Makefile b/py-nltk/Makefile
index 6c944f1cd6..cd0637757c 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.2
+DISTNAME=	nltk-3.2.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nltk/}
diff --git a/py-nltk/PLIST b/py-nltk/PLIST
index baaf4b4fc8..d5d41bf5d5 100644
--- a/py-nltk/PLIST
+++ b/py-nltk/PLIST
@@ -456,6 +456,9 @@ ${PYSITELIB}/nltk/parse/bllip.pyo
 ${PYSITELIB}/nltk/parse/chart.py
 ${PYSITELIB}/nltk/parse/chart.pyc
 ${PYSITELIB}/nltk/parse/chart.pyo
+${PYSITELIB}/nltk/parse/corenlp.py
+${PYSITELIB}/nltk/parse/corenlp.pyc
+${PYSITELIB}/nltk/parse/corenlp.pyo
 ${PYSITELIB}/nltk/parse/dependencygraph.py
 ${PYSITELIB}/nltk/parse/dependencygraph.pyc
 ${PYSITELIB}/nltk/parse/dependencygraph.pyo
@@ -567,6 +570,9 @@ ${PYSITELIB}/nltk/stem/__init__.pyo
 ${PYSITELIB}/nltk/stem/api.py
 ${PYSITELIB}/nltk/stem/api.pyc
 ${PYSITELIB}/nltk/stem/api.pyo
+${PYSITELIB}/nltk/stem/arlstem.py
+${PYSITELIB}/nltk/stem/arlstem.pyc
+${PYSITELIB}/nltk/stem/arlstem.pyo
 ${PYSITELIB}/nltk/stem/isri.py
 ${PYSITELIB}/nltk/stem/isri.pyc
 ${PYSITELIB}/nltk/stem/isri.pyo
@@ -769,12 +775,18 @@ ${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_chunk.py
+${PYSITELIB}/nltk/test/unit/test_chunk.pyc
+${PYSITELIB}/nltk/test/unit/test_chunk.pyo
 ${PYSITELIB}/nltk/test/unit/test_classify.py
 ${PYSITELIB}/nltk/test/unit/test_classify.pyc
 ${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_corenlp.py
+${PYSITELIB}/nltk/test/unit/test_corenlp.pyc
+${PYSITELIB}/nltk/test/unit/test_corenlp.pyo
 ${PYSITELIB}/nltk/test/unit/test_corpora.py
 ${PYSITELIB}/nltk/test/unit/test_corpora.pyc
 ${PYSITELIB}/nltk/test/unit/test_corpora.pyo
@@ -811,6 +823,9 @@ ${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/test_wordnet.py
+${PYSITELIB}/nltk/test/unit/test_wordnet.pyc
+${PYSITELIB}/nltk/test/unit/test_wordnet.pyo
 ${PYSITELIB}/nltk/test/unit/translate/__init__.py
 ${PYSITELIB}/nltk/test/unit/translate/__init__.pyc
 ${PYSITELIB}/nltk/test/unit/translate/__init__.pyo
@@ -869,6 +884,9 @@ ${PYSITELIB}/nltk/tokenize/moses.pyo
 ${PYSITELIB}/nltk/tokenize/mwe.py
 ${PYSITELIB}/nltk/tokenize/mwe.pyc
 ${PYSITELIB}/nltk/tokenize/mwe.pyo
+${PYSITELIB}/nltk/tokenize/nist.py
+${PYSITELIB}/nltk/tokenize/nist.pyc
+${PYSITELIB}/nltk/tokenize/nist.pyo
 ${PYSITELIB}/nltk/tokenize/punkt.py
 ${PYSITELIB}/nltk/tokenize/punkt.pyc
 ${PYSITELIB}/nltk/tokenize/punkt.pyo
@@ -947,6 +965,9 @@ ${PYSITELIB}/nltk/translate/ibm_model.pyo
 ${PYSITELIB}/nltk/translate/metrics.py
 ${PYSITELIB}/nltk/translate/metrics.pyc
 ${PYSITELIB}/nltk/translate/metrics.pyo
+${PYSITELIB}/nltk/translate/nist_score.py
+${PYSITELIB}/nltk/translate/nist_score.pyc
+${PYSITELIB}/nltk/translate/nist_score.pyo
 ${PYSITELIB}/nltk/translate/phrase_based.py
 ${PYSITELIB}/nltk/translate/phrase_based.pyc
 ${PYSITELIB}/nltk/translate/phrase_based.pyo
diff --git a/py-nltk/distinfo b/py-nltk/distinfo
index ab30ed4018..3846c89280 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.2.tar.gz) = 1c7418646abcf2a421e552a5a7bce320ef6963a0
-RMD160 (nltk-3.2.2.tar.gz) = 9e30afc620849d35cd85a6db06dc5d0a69309de2
-SHA512 (nltk-3.2.2.tar.gz) = f8196dd2932f9b85236622a0161b1a15232cc4634137748015804cbd827d7eb88dd2ce26a0c004793d698d002742d61c30c1ef2fde53e305f8331ea1229f58b9
-Size (nltk-3.2.2.tar.gz) = 2892045 bytes
+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


Home | Main Index | Thread Index | Old Index