pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-nltk textproc/py-nltk: import py-nltk-3.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebce7216d472
branches:  trunk
changeset: 334470:ebce7216d472
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 28 14:10:04 2019 +0000

description:
textproc/py-nltk: import py-nltk-3.4.1

Based on wip version packaged by leot, Hiramatsu Yoshifumi,
Kamel Ibn Aziz Derouiche, and myself.

NLTK - the Natural Language Toolkit - is a suite of open source
Python modules, data and documentation for research and development
in natural language processing. NLTK contains code supporting dozens
of NLP tasks, along with 30 popular Corpora and extensive documentation
including a 360-page online book.

diffstat:

 textproc/py-nltk/DESCR    |     5 +
 textproc/py-nltk/Makefile |    25 +
 textproc/py-nltk/PLIST    |  1085 +++++++++++++++++++++++++++++++++++++++++++++
 textproc/py-nltk/distinfo |     6 +
 4 files changed, 1121 insertions(+), 0 deletions(-)

diffs (truncated from 1137 to 300 lines):

diff -r cb1a8e77e877 -r ebce7216d472 textproc/py-nltk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-nltk/DESCR    Tue May 28 14:10:04 2019 +0000
@@ -0,0 +1,5 @@
+NLTK - the Natural Language Toolkit - is a suite of open source
+Python modules, data and documentation for research and development
+in natural language processing. NLTK contains code supporting dozens
+of NLP tasks, along with 30 popular Corpora and extensive documentation
+including a 360-page online book.
diff -r cb1a8e77e877 -r ebce7216d472 textproc/py-nltk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-nltk/Makefile Tue May 28 14:10:04 2019 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/05/28 14:10:04 wiz Exp $
+
+DISTNAME=      nltk-3.4.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=nltk/}
+GITHUB_PROJECT=        nltk
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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
+
+REPLACE_PYTHON=                        nltk/corpus/reader/knbc.py
+REPLACE_PYTHON+=               nltk/stem/rslp.py
+REPLACE_PYTHON+=               nltk/test/runtests.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb1a8e77e877 -r ebce7216d472 textproc/py-nltk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-nltk/PLIST    Tue May 28 14:10:04 2019 +0000
@@ -0,0 +1,1085 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/28 14:10:04 wiz Exp $
+${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
+${PYSITELIB}/nltk/__init__.pyc
+${PYSITELIB}/nltk/__init__.pyo
+${PYSITELIB}/nltk/app/__init__.py
+${PYSITELIB}/nltk/app/__init__.pyc
+${PYSITELIB}/nltk/app/__init__.pyo
+${PYSITELIB}/nltk/app/chartparser_app.py
+${PYSITELIB}/nltk/app/chartparser_app.pyc
+${PYSITELIB}/nltk/app/chartparser_app.pyo
+${PYSITELIB}/nltk/app/chunkparser_app.py
+${PYSITELIB}/nltk/app/chunkparser_app.pyc
+${PYSITELIB}/nltk/app/chunkparser_app.pyo
+${PYSITELIB}/nltk/app/collocations_app.py
+${PYSITELIB}/nltk/app/collocations_app.pyc
+${PYSITELIB}/nltk/app/collocations_app.pyo
+${PYSITELIB}/nltk/app/concordance_app.py
+${PYSITELIB}/nltk/app/concordance_app.pyc
+${PYSITELIB}/nltk/app/concordance_app.pyo
+${PYSITELIB}/nltk/app/nemo_app.py
+${PYSITELIB}/nltk/app/nemo_app.pyc
+${PYSITELIB}/nltk/app/nemo_app.pyo
+${PYSITELIB}/nltk/app/rdparser_app.py
+${PYSITELIB}/nltk/app/rdparser_app.pyc
+${PYSITELIB}/nltk/app/rdparser_app.pyo
+${PYSITELIB}/nltk/app/srparser_app.py
+${PYSITELIB}/nltk/app/srparser_app.pyc
+${PYSITELIB}/nltk/app/srparser_app.pyo
+${PYSITELIB}/nltk/app/wordfreq_app.py
+${PYSITELIB}/nltk/app/wordfreq_app.pyc
+${PYSITELIB}/nltk/app/wordfreq_app.pyo
+${PYSITELIB}/nltk/app/wordnet_app.py
+${PYSITELIB}/nltk/app/wordnet_app.pyc
+${PYSITELIB}/nltk/app/wordnet_app.pyo
+${PYSITELIB}/nltk/book.py
+${PYSITELIB}/nltk/book.pyc
+${PYSITELIB}/nltk/book.pyo
+${PYSITELIB}/nltk/ccg/__init__.py
+${PYSITELIB}/nltk/ccg/__init__.pyc
+${PYSITELIB}/nltk/ccg/__init__.pyo
+${PYSITELIB}/nltk/ccg/api.py
+${PYSITELIB}/nltk/ccg/api.pyc
+${PYSITELIB}/nltk/ccg/api.pyo
+${PYSITELIB}/nltk/ccg/chart.py
+${PYSITELIB}/nltk/ccg/chart.pyc
+${PYSITELIB}/nltk/ccg/chart.pyo
+${PYSITELIB}/nltk/ccg/combinator.py
+${PYSITELIB}/nltk/ccg/combinator.pyc
+${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
+${PYSITELIB}/nltk/chat/eliza.py
+${PYSITELIB}/nltk/chat/eliza.pyc
+${PYSITELIB}/nltk/chat/eliza.pyo
+${PYSITELIB}/nltk/chat/iesha.py
+${PYSITELIB}/nltk/chat/iesha.pyc
+${PYSITELIB}/nltk/chat/iesha.pyo
+${PYSITELIB}/nltk/chat/rude.py
+${PYSITELIB}/nltk/chat/rude.pyc
+${PYSITELIB}/nltk/chat/rude.pyo
+${PYSITELIB}/nltk/chat/suntsu.py
+${PYSITELIB}/nltk/chat/suntsu.pyc
+${PYSITELIB}/nltk/chat/suntsu.pyo
+${PYSITELIB}/nltk/chat/util.py
+${PYSITELIB}/nltk/chat/util.pyc
+${PYSITELIB}/nltk/chat/util.pyo
+${PYSITELIB}/nltk/chat/zen.py
+${PYSITELIB}/nltk/chat/zen.pyc
+${PYSITELIB}/nltk/chat/zen.pyo
+${PYSITELIB}/nltk/chunk/__init__.py
+${PYSITELIB}/nltk/chunk/__init__.pyc
+${PYSITELIB}/nltk/chunk/__init__.pyo
+${PYSITELIB}/nltk/chunk/api.py
+${PYSITELIB}/nltk/chunk/api.pyc
+${PYSITELIB}/nltk/chunk/api.pyo
+${PYSITELIB}/nltk/chunk/named_entity.py
+${PYSITELIB}/nltk/chunk/named_entity.pyc
+${PYSITELIB}/nltk/chunk/named_entity.pyo
+${PYSITELIB}/nltk/chunk/regexp.py
+${PYSITELIB}/nltk/chunk/regexp.pyc
+${PYSITELIB}/nltk/chunk/regexp.pyo
+${PYSITELIB}/nltk/chunk/util.py
+${PYSITELIB}/nltk/chunk/util.pyc
+${PYSITELIB}/nltk/chunk/util.pyo
+${PYSITELIB}/nltk/classify/__init__.py
+${PYSITELIB}/nltk/classify/__init__.pyc
+${PYSITELIB}/nltk/classify/__init__.pyo
+${PYSITELIB}/nltk/classify/api.py
+${PYSITELIB}/nltk/classify/api.pyc
+${PYSITELIB}/nltk/classify/api.pyo
+${PYSITELIB}/nltk/classify/decisiontree.py
+${PYSITELIB}/nltk/classify/decisiontree.pyc
+${PYSITELIB}/nltk/classify/decisiontree.pyo
+${PYSITELIB}/nltk/classify/maxent.py
+${PYSITELIB}/nltk/classify/maxent.pyc
+${PYSITELIB}/nltk/classify/maxent.pyo
+${PYSITELIB}/nltk/classify/megam.py
+${PYSITELIB}/nltk/classify/megam.pyc
+${PYSITELIB}/nltk/classify/megam.pyo
+${PYSITELIB}/nltk/classify/naivebayes.py
+${PYSITELIB}/nltk/classify/naivebayes.pyc
+${PYSITELIB}/nltk/classify/naivebayes.pyo
+${PYSITELIB}/nltk/classify/positivenaivebayes.py
+${PYSITELIB}/nltk/classify/positivenaivebayes.pyc
+${PYSITELIB}/nltk/classify/positivenaivebayes.pyo
+${PYSITELIB}/nltk/classify/rte_classify.py
+${PYSITELIB}/nltk/classify/rte_classify.pyc
+${PYSITELIB}/nltk/classify/rte_classify.pyo
+${PYSITELIB}/nltk/classify/scikitlearn.py
+${PYSITELIB}/nltk/classify/scikitlearn.pyc
+${PYSITELIB}/nltk/classify/scikitlearn.pyo
+${PYSITELIB}/nltk/classify/senna.py
+${PYSITELIB}/nltk/classify/senna.pyc
+${PYSITELIB}/nltk/classify/senna.pyo
+${PYSITELIB}/nltk/classify/svm.py
+${PYSITELIB}/nltk/classify/svm.pyc
+${PYSITELIB}/nltk/classify/svm.pyo
+${PYSITELIB}/nltk/classify/tadm.py
+${PYSITELIB}/nltk/classify/tadm.pyc
+${PYSITELIB}/nltk/classify/tadm.pyo
+${PYSITELIB}/nltk/classify/textcat.py
+${PYSITELIB}/nltk/classify/textcat.pyc
+${PYSITELIB}/nltk/classify/textcat.pyo
+${PYSITELIB}/nltk/classify/util.py
+${PYSITELIB}/nltk/classify/util.pyc
+${PYSITELIB}/nltk/classify/util.pyo
+${PYSITELIB}/nltk/classify/weka.py
+${PYSITELIB}/nltk/classify/weka.pyc
+${PYSITELIB}/nltk/classify/weka.pyo
+${PYSITELIB}/nltk/cluster/__init__.py
+${PYSITELIB}/nltk/cluster/__init__.pyc
+${PYSITELIB}/nltk/cluster/__init__.pyo
+${PYSITELIB}/nltk/cluster/api.py
+${PYSITELIB}/nltk/cluster/api.pyc
+${PYSITELIB}/nltk/cluster/api.pyo
+${PYSITELIB}/nltk/cluster/em.py
+${PYSITELIB}/nltk/cluster/em.pyc
+${PYSITELIB}/nltk/cluster/em.pyo
+${PYSITELIB}/nltk/cluster/gaac.py
+${PYSITELIB}/nltk/cluster/gaac.pyc
+${PYSITELIB}/nltk/cluster/gaac.pyo
+${PYSITELIB}/nltk/cluster/kmeans.py
+${PYSITELIB}/nltk/cluster/kmeans.pyc
+${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
+${PYSITELIB}/nltk/compat.py
+${PYSITELIB}/nltk/compat.pyc
+${PYSITELIB}/nltk/compat.pyo
+${PYSITELIB}/nltk/corpus/__init__.py
+${PYSITELIB}/nltk/corpus/__init__.pyc
+${PYSITELIB}/nltk/corpus/__init__.pyo
+${PYSITELIB}/nltk/corpus/europarl_raw.py
+${PYSITELIB}/nltk/corpus/europarl_raw.pyc
+${PYSITELIB}/nltk/corpus/europarl_raw.pyo
+${PYSITELIB}/nltk/corpus/reader/__init__.py
+${PYSITELIB}/nltk/corpus/reader/__init__.pyc
+${PYSITELIB}/nltk/corpus/reader/__init__.pyo
+${PYSITELIB}/nltk/corpus/reader/aligned.py
+${PYSITELIB}/nltk/corpus/reader/aligned.pyc
+${PYSITELIB}/nltk/corpus/reader/aligned.pyo
+${PYSITELIB}/nltk/corpus/reader/api.py
+${PYSITELIB}/nltk/corpus/reader/api.pyc
+${PYSITELIB}/nltk/corpus/reader/api.pyo
+${PYSITELIB}/nltk/corpus/reader/bnc.py
+${PYSITELIB}/nltk/corpus/reader/bnc.pyc
+${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
+${PYSITELIB}/nltk/corpus/reader/childes.py
+${PYSITELIB}/nltk/corpus/reader/childes.pyc
+${PYSITELIB}/nltk/corpus/reader/childes.pyo
+${PYSITELIB}/nltk/corpus/reader/chunked.py
+${PYSITELIB}/nltk/corpus/reader/chunked.pyc
+${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
+${PYSITELIB}/nltk/corpus/reader/crubadan.py
+${PYSITELIB}/nltk/corpus/reader/crubadan.pyc
+${PYSITELIB}/nltk/corpus/reader/crubadan.pyo
+${PYSITELIB}/nltk/corpus/reader/dependency.py
+${PYSITELIB}/nltk/corpus/reader/dependency.pyc
+${PYSITELIB}/nltk/corpus/reader/dependency.pyo
+${PYSITELIB}/nltk/corpus/reader/framenet.py
+${PYSITELIB}/nltk/corpus/reader/framenet.pyc
+${PYSITELIB}/nltk/corpus/reader/framenet.pyo
+${PYSITELIB}/nltk/corpus/reader/ieer.py
+${PYSITELIB}/nltk/corpus/reader/ieer.pyc
+${PYSITELIB}/nltk/corpus/reader/ieer.pyo
+${PYSITELIB}/nltk/corpus/reader/indian.py
+${PYSITELIB}/nltk/corpus/reader/indian.pyc
+${PYSITELIB}/nltk/corpus/reader/indian.pyo
+${PYSITELIB}/nltk/corpus/reader/ipipan.py
+${PYSITELIB}/nltk/corpus/reader/ipipan.pyc
+${PYSITELIB}/nltk/corpus/reader/ipipan.pyo
+${PYSITELIB}/nltk/corpus/reader/knbc.py
+${PYSITELIB}/nltk/corpus/reader/knbc.pyc
+${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
+${PYSITELIB}/nltk/corpus/reader/nombank.py
+${PYSITELIB}/nltk/corpus/reader/nombank.pyc
+${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
+${PYSITELIB}/nltk/corpus/reader/plaintext.py



Home | Main Index | Thread Index | Old Index