Gensim Data is the official storage repository for downloadable text corpora and pretrained NLP models used through Gensim's downloader API. It provides stable distribution for research resources that might otherwise disappear or change at their original locations. Large datasets and model files are stored as immutable GitHub release attachments. Users normally access the catalog through Python or the Gensim command-line downloader rather than cloning the repository itself. Downloads are cached in a local gensim-data directory for later reuse. The collection includes corpora such as text8 and 20 Newsgroups alongside pretrained word-vector resources such as GloVe. Every dataset retains its own licensing terms, so users must review individual usage conditions.
Features
- Pretrained NLP model distribution
- Downloadable text corpus collection
- Gensim Python downloader integration
- Command-line dataset downloading
- Immutable versioned release storage
- Automatic local dataset caching