maciejkula/glove-python
Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/ observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4341
- days_rel: n/a
- days_push: 1656
- n_releases_24m: 0
Adoption not part of the score
1253 stars · 316 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A toy Python/Cython implementation of the GloVe algorithm for training dense word vector embeddings by factorizing the log of the word co-occurrence matrix. It provides a Corpus class and a Glove class with a sklearn-esque API, plus basic paragraph vector support.
Use cases
- train word embeddings from a text corpus in python
- compute most similar words to a given word
- build a co-occurrence matrix from tokenized text
- get paragraph embeddings for multi-word text
- alternative to word2vec for word vectors
When to choose
- you want a pure-Python, hackable GloVe implementation with a simple sklearn-like API
- you need to train word embeddings on a small to medium corpus
- you want paragraph vectors similar to tf-idf weighted averaging
When to avoid
- you need production-grade, well-tested GloVe training at scale
- you need modern transformer-based embeddings
- you are on macOS with Clang and cannot install gcc/OpenMP
Facets
library · maturity maintenance
machine-learning nlp machine-learning python windows word-embeddings glove cython word-vectors co-occurrence-matrix natural-language-processing linux macos
2 sources
- readme: https://github.com/maciejkula/glove-python · fetched 2026-08-28 · 6365827f4045
- registry_pypi: https://pypi.org/pypi/glove-python/json · fetched 2026-08-29 · 3223e1b04908
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maciejkula/glove-python | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="maciejkula/glove-python")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem