#154·GloVe

Does GloVe offer APIs to get the training vocabulary & word frequency?

Author: Pzoom522Created Oct 10, 2019Updated Jan 11, 2026

Hi, I just want some help in getting the training vocabulary & word frequency from the binary file (.bin) of embedding trained by word2vec or GloVe. I know that fastText offers such API like getwords(), but I just don't know how to do the same thing on pretrained GloVe models. Thanks in advance!