rspeer/wordfreq
Access a database of word frequencies, in various natural languages. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4692
- days_rel: n/a
- days_push: 606
- n_releases_24m: 0
Adoption not part of the score
1732 stars · 116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
wordfreq is a Python library that provides word frequency data for over 40 languages, drawn from multiple corpus sources. It offers functions to look up word frequencies as decimals or on a human-friendly Zipf logarithmic scale.
Use cases
- look up how frequently a word appears in English or another language
- get Zipf frequency scores for vocabulary words
- filter common vs rare words when building a language learning app
- score candidate keywords by frequency for NLP preprocessing
- compare word usage across multiple languages
- build a word game difficulty ranking based on word commonness
When to choose
- you need multilingual word frequency estimates in Python
- you want a simple API returning frequencies or Zipf values
- you need both small memory-efficient and large comprehensive wordlists
- you need CJK language frequency support with optional tokenizers
When to avoid
- you need up-to-date frequency data reflecting current language usage
- you need frequencies for languages beyond the 40+ supported ones
- you need real-time or streaming corpus analysis rather than a static snapshot
- you need a non-Python runtime
Facets
library · maturity maintenance
nlp search-engine python cross-platform word-frequency corpus-data zipf-scale multilingual tokenization natural-language-processing linguistics
2 sources
- readme: https://github.com/rspeer/wordfreq · fetched 2026-08-28 · bee067a3c235
- registry_pypi: https://pypi.org/pypi/wordfreq/json · fetched 2026-08-29 · 2fc05a37473d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rspeer/wordfreq | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem