You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: