nltk
Natural Language Toolkit
Install
nltk on PyPI
pip
pip install nltkuv
uv add nltkpoetry
poetry add nltkPackage facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — defusedxml, click, joblib, regex, tqdm |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: nltk-3.10.3-py3-none-any.whl
Keywords: NLP, CL, natural language processing, computational linguistics, parsing, tagging, tokenizing, syntax, linguistics, language, natural language, text analytics
About nltk
from the package's own PyPI description — quoted content, verbatim
Natural Language Toolkit (NLTK)
NLTK -- the Natural Language Toolkit -- is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. NLTK requires Python version from 3.10 up to the latest 3.14.
For documentation, please visit nltk.org.
Contributing
Do you want to contribute to NLTK development? Great! Please read CONTRIBUTING.md for more details.
See also how to contribute to NLTK.
Donate
Have you found the toolkit helpful? Please support NLTK development by donating to the project via PayPal, using the link on the NLTK homepage.
Citing
If you publish work that uses NLTK, please cite the NLTK book, as follows:
Bird, Steven, Edward Loper and Ewan Klein (2009).
Natural Language Processing with Python. O'Reilly Media Inc.
Copyright
Copyright (C) 2001-2026 NLTK Project
For license information, see...
Read as markdown · JSON record · Source repository · Homepage · Docs
AI interpretation — verify before relying
AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page
NLTK is a comprehensive Python toolkit for natural language processing, offering modules for tokenization, parsing, tagging, and linguistic analysis alongside curated datasets and educational resources.
Installation is straightforward with low friction; the package is actively maintained with a release 1 day ago. Five runtime dependencies (defusedxml, click, joblib, regex, tqdm) are all well-established, and the wheel distribution ensures fast setup.
Apache License 2.0 is permissive and business-friendly, allowing commercial use and modification. Documentation and corpora carry separate terms (Creative Commons and corpus-specific licenses), but the core toolkit itself imposes minimal restrictions.
Usage
pip install nltk==3.10.3
import nltk
from nltk.tokenize import word_tokenize
tokens = word_tokenize('Hello, world!')
Python 3.10 or later is required; the package supports up to Python 3.14.
Verdict: NLTK is a mature, actively maintained production-grade NLP toolkit with no known vulnerabilities, permissive licensing, and minimal installation friction. Its broad ecosystem of corpora and tutorials makes it ideal for both research and education.
Needs verification
- Whether offline corpus data requires separate download or is bundled with the wheel distribution
- Performance characteristics when processing large-scale text datasets with the current dependency versions
- Community adoption metrics beyond the maintenance signals provided
Similar packages
permissive · top 1,000 on PyPI
opensearch-pypermissive · top 1,000 on PyPI
sentencepiecepermissive · top 1,000 on PyPI
clickpermissive · top 100 on PyPI
swebenchpermissive · top 1,000 on PyPI
Levenshteincopyleft · top 1,000 on PyPI
tokenizerspermissive · top 1,000 on PyPI
pysparkpermissive · top 1,000 on PyPI
snowballstemmerpermissive · top 1,000 on PyPI
rich-toolkitpermissive · top 1,000 on PyPI