stanfordnlp/GloVe
Stanford's GloVe model implementation in C for learning distributed word representations (word vectors/embeddings).

Velocity · 7d
+1.8
★ / day
Trend
→steady
star history
This repository provides the original GloVe implementation for learning word representations from co-occurrence statistics in text corpora. It includes both the C source code for training the model and pre-trained word vectors derived from large web datasets. Word vectors encode semantic relationships in vector space, enabling analogies like man:woman = king:queen.