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.2



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 15 12:01:52 2017 +0100
Changeset:	0ee85e528c47a36b5c04345335f4208dfdad3157

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

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

Changes:
Version 3.2.2 2016-12-31
* added Kondrak's Aline algorithm
* added ChrF and GLEU MT evaluation metrics
* added Russian pos tagger model
* added Moses detokenizer
* rewrite Porter Stemmer
* rewrite FrameNet corpus reader
  (adds frame parameter to fes(), lus(), exemplars()
  see http://nltk.org/howto/framenet.html)
* updated FrameNet Corpus to version 1.7
* fixes to stanford_segmenter.py, SentiText, CoNLL Corpus Reader
* fixes to BLEU, naivebayes, Krippendorff's alpha, Punkt
* fixes to tests for TransitionParser, Senna, edit distance
* fixes to Moses Tokenizer and Detokenizer
* improved TweetTokenizer
* strip trailing whitespace when splitting sentences
* handle inverted exclamation mark in ToktokTokenizer
* resolved some issues with Python 3.5 support
* improvements to testing framework
* clean up dependencies

Thanks to the following contributors to 3.2.2:

Prasasto Adi, Mark Amery, George Berry, Colin Carroll, Alexis
Dimitriadis, Nicholas Fabina, German Ferrero, Tsolak Ghukasyan,
Hyuckin David Lim, Naoya Kanai, Igor Korolev, Tim Leslie, Rob
Malouf, Heguang Miao, Dmitrijs Milajevs, Adam Nelson, Dennis O'Brien,
Qi Liu, Pierpaolo Pantone, Andy Reagan, Mike Recachinas, Nathan
Schneider, JÄnis ŠlapiÅš, Richard Snape, Liling Tan, Marcus
Uneson, Linghao Zhang, drevicko, SaintNazaire

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

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

diffs:
diff --git a/py-nltk/Makefile b/py-nltk/Makefile
index 0116a33..6c944f1 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.1
+DISTNAME=	nltk-3.2.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nltk/}
diff --git a/py-nltk/PLIST b/py-nltk/PLIST
index d36faf5..baaf4b4 100644
--- a/py-nltk/PLIST
+++ b/py-nltk/PLIST
@@ -3,6 +3,7 @@ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/nltk/VERSION
 ${PYSITELIB}/nltk/__init__.py
@@ -158,6 +159,9 @@ ${PYSITELIB}/nltk/cluster/kmeans.pyo
 ${PYSITELIB}/nltk/cluster/util.py
 ${PYSITELIB}/nltk/cluster/util.pyc
 ${PYSITELIB}/nltk/cluster/util.pyo
+${PYSITELIB}/nltk/collections.py
+${PYSITELIB}/nltk/collections.pyc
+${PYSITELIB}/nltk/collections.pyo
 ${PYSITELIB}/nltk/collocations.py
 ${PYSITELIB}/nltk/collocations.pyc
 ${PYSITELIB}/nltk/collocations.pyo
@@ -398,6 +402,9 @@ ${PYSITELIB}/nltk/metrics/__init__.pyo
 ${PYSITELIB}/nltk/metrics/agreement.py
 ${PYSITELIB}/nltk/metrics/agreement.pyc
 ${PYSITELIB}/nltk/metrics/agreement.pyo
+${PYSITELIB}/nltk/metrics/aline.py
+${PYSITELIB}/nltk/metrics/aline.pyc
+${PYSITELIB}/nltk/metrics/aline.pyo
 ${PYSITELIB}/nltk/metrics/association.py
 ${PYSITELIB}/nltk/metrics/association.pyc
 ${PYSITELIB}/nltk/metrics/association.pyo
@@ -554,9 +561,6 @@ ${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
@@ -762,6 +766,9 @@ ${PYSITELIB}/nltk/test/unit/__init__.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_classify.py
 ${PYSITELIB}/nltk/test/unit/test_classify.pyc
 ${PYSITELIB}/nltk/test/unit/test_classify.pyo
@@ -786,6 +793,9 @@ ${PYSITELIB}/nltk/test/unit/test_naivebayes.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
+${PYSITELIB}/nltk/test/unit/test_senna.py
+${PYSITELIB}/nltk/test/unit/test_senna.pyc
+${PYSITELIB}/nltk/test/unit/test_senna.pyo
 ${PYSITELIB}/nltk/test/unit/test_stem.py
 ${PYSITELIB}/nltk/test/unit/test_stem.pyc
 ${PYSITELIB}/nltk/test/unit/test_stem.pyo
@@ -853,6 +863,9 @@ ${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
@@ -862,6 +875,9 @@ ${PYSITELIB}/nltk/tokenize/punkt.pyo
 ${PYSITELIB}/nltk/tokenize/regexp.py
 ${PYSITELIB}/nltk/tokenize/regexp.pyc
 ${PYSITELIB}/nltk/tokenize/regexp.pyo
+${PYSITELIB}/nltk/tokenize/repp.py
+${PYSITELIB}/nltk/tokenize/repp.pyc
+${PYSITELIB}/nltk/tokenize/repp.pyo
 ${PYSITELIB}/nltk/tokenize/sexpr.py
 ${PYSITELIB}/nltk/tokenize/sexpr.pyc
 ${PYSITELIB}/nltk/tokenize/sexpr.pyo
@@ -877,6 +893,9 @@ ${PYSITELIB}/nltk/tokenize/stanford_segmenter.pyo
 ${PYSITELIB}/nltk/tokenize/texttiling.py
 ${PYSITELIB}/nltk/tokenize/texttiling.pyc
 ${PYSITELIB}/nltk/tokenize/texttiling.pyo
+${PYSITELIB}/nltk/tokenize/toktok.py
+${PYSITELIB}/nltk/tokenize/toktok.pyc
+${PYSITELIB}/nltk/tokenize/toktok.pyo
 ${PYSITELIB}/nltk/tokenize/treebank.py
 ${PYSITELIB}/nltk/tokenize/treebank.pyc
 ${PYSITELIB}/nltk/tokenize/treebank.pyo
@@ -895,12 +914,18 @@ ${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/chrf_score.py
+${PYSITELIB}/nltk/translate/chrf_score.pyc
+${PYSITELIB}/nltk/translate/chrf_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/gleu_score.py
+${PYSITELIB}/nltk/translate/gleu_score.pyc
+${PYSITELIB}/nltk/translate/gleu_score.pyo
 ${PYSITELIB}/nltk/translate/ibm1.py
 ${PYSITELIB}/nltk/translate/ibm1.pyc
 ${PYSITELIB}/nltk/translate/ibm1.pyo
diff --git a/py-nltk/distinfo b/py-nltk/distinfo
index c348688..ab30ed4 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.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
+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


Home | Main Index | Thread Index | Old Index