nltk/nltk
NLTK Source observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 6204
- days_rel: 20
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
14703 stars · 3025 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NLTK is a leading open-source Python library for natural language processing, providing interfaces to over 50 corpora and lexical resources like WordNet, plus text processing tools for tokenization, stemming, tagging, parsing, classification, and semantic reasoning. It also serves as a teaching platform with an accompanying book, making it popular among linguists, students, and researchers.
Use cases
- tokenize and tag sentences in python
- stem and lemmatize text
- parse sentences for syntactic structure
- classify text with machine learning
- access WordNet and linguistic corpora
- learn computational linguistics and NLP fundamentals
- perform sentiment analysis on text
- do named entity recognition
When to choose
- teaching or learning NLP and computational linguistics
- prototyping text processing pipelines in Python
- needing access to standard corpora and lexical resources like WordNet
- doing linguistic research with classical NLP algorithms
When to avoid
- needing state-of-the-art transformer-based NLP accuracy
- production systems requiring fast, GPU-accelerated inference
- working primarily with languages other than English without extra resources
Facets
library · maturity stable
nlp parser machine-learning data-science machine-learning education text-editors python cross-platform windows tokenization stemming tagging corpora wordnet computational-linguistics text-analytics semantic-reasoning natural-language-processing macos linux
5 sources
- readme: https://github.com/nltk/nltk · fetched 2026-08-28 · 53dfc73d06be
- homepage: https://www.nltk.org · fetched 2026-08-29 · 9ff265a20e35
- site_page: https://www.nltk.org/install.html · fetched 2026-08-29 · 8933b23002ce
- registry_pypi: https://pypi.org/pypi/nltk/json · fetched 2026-08-29 · d86933b6ebf1
- site_page: https://www.nltk.org/data.html · fetched 2026-08-29 · 68a832367def
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nltk/nltk | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem