laywerrobot/lib/python3.6/site-packages/nltk-3.3.dist-info/METADATA
2020-08-27 21:55:39 +02:00

67 lines
2.7 KiB
Text

Metadata-Version: 2.1
Name: nltk
Version: 3.3
Summary: Natural Language Toolkit
Home-page: http://nltk.org/
Author: Steven Bird
Author-email: stevenbird1@gmail.com
Maintainer: Steven Bird
Maintainer-email: stevenbird1@gmail.com
License: Apache License, Version 2.0
Keywords: NLP,CL,natural language processing,computational linguistics,parsing,tagging,tokenizing,syntax,linguistics,language,natural language,text analytics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Linguistic
Provides-Extra: twitter
Provides-Extra: tgrep
Provides-Extra: plot
Provides-Extra: machine_learning
Provides-Extra: corenlp
Provides-Extra: all
Requires-Dist: six
Provides-Extra: all
Requires-Dist: matplotlib; extra == 'all'
Requires-Dist: pyparsing; extra == 'all'
Requires-Dist: scipy; extra == 'all'
Requires-Dist: gensim; extra == 'all'
Requires-Dist: numpy; extra == 'all'
Requires-Dist: scikit-learn; extra == 'all'
Requires-Dist: requests; extra == 'all'
Requires-Dist: python-crfsuite; extra == 'all'
Requires-Dist: twython; extra == 'all'
Provides-Extra: corenlp
Requires-Dist: requests; extra == 'corenlp'
Provides-Extra: machine_learning
Requires-Dist: gensim; extra == 'machine_learning'
Requires-Dist: numpy; extra == 'machine_learning'
Requires-Dist: python-crfsuite; extra == 'machine_learning'
Requires-Dist: scikit-learn; extra == 'machine_learning'
Requires-Dist: scipy; extra == 'machine_learning'
Provides-Extra: plot
Requires-Dist: matplotlib; extra == 'plot'
Provides-Extra: tgrep
Requires-Dist: pyparsing; extra == 'tgrep'
Provides-Extra: twitter
Requires-Dist: twython; extra == 'twitter'
The Natural Language Toolkit (NLTK) is a Python package for
natural language processing. NLTK requires Python 2.7, 3.4, 3.5, or 3.6.