Closed anavaldi closed 6 years ago
check this link https://radimrehurek.com/gensim/models/word2vec.html
I mean how can I read the word2vec files of the language files: https://drive.google.com/file/d/0B0ZXk88koS2KYkd5OVExR3o1V1k/view
path = 'data\ca.bin' word_vectors = KeyedVectors.load(path)
How can I read the word2vec files in Python 2.7?