Files
Hotel-Booking/Backend/venv/lib/python3.12/site-packages/nltk-3.9.2.dist-info/METADATA
Iliyan Angelov 62c1fe5951 updates
2025-12-01 06:50:10 +02:00

84 lines
3.1 KiB
Plaintext

Metadata-Version: 2.4
Name: nltk
Version: 3.9.2
Summary: Natural Language Toolkit
Home-page: https://www.nltk.org/
Author: NLTK Team
Author-email: nltk.team@gmail.com
Maintainer: NLTK Team
Maintainer-email: nltk.team@gmail.com
License: Apache License, Version 2.0
Project-URL: Documentation, https://www.nltk.org/
Project-URL: Source Code, https://github.com/nltk/nltk
Project-URL: Issue Tracker, https://github.com/nltk/nltk/issues
Keywords: NLP,CL,natural language processing,computational linguistics,parsing,tagging,tokenizing,syntax,linguistics,language,natural language,text analytics
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 :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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
Requires-Python: >=3.9
License-File: LICENSE.txt
License-File: AUTHORS.md
License-File: README.md
Requires-Dist: click
Requires-Dist: joblib
Requires-Dist: regex>=2021.8.3
Requires-Dist: tqdm
Provides-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"
Provides-Extra: corenlp
Requires-Dist: requests; extra == "corenlp"
Provides-Extra: all
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: numpy; extra == "all"
Requires-Dist: scipy; extra == "all"
Requires-Dist: twython; extra == "all"
Requires-Dist: requests; extra == "all"
Requires-Dist: python-crfsuite; extra == "all"
Requires-Dist: pyparsing; extra == "all"
Requires-Dist: scikit-learn; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
The Natural Language Toolkit (NLTK) is a Python package for
natural language processing. NLTK requires Python 3.9, 3.10, 3.11, 3.12, or 3.13.