Reputation: 1187
I am trying to re-train the pre-trained google Word2Vec with bunch of domain-specified documents.
So I need a google-Word2Vec source code, however, the original page of W2V now returns error when the source-code linke clicked.
Anyone knows the other mirror repo for the google W2V?
https://code.google.com/archive/p/word2vec/ Word2Vec page http://word2vec.googlecode.com/svn/trunk/ Repo Error
Upvotes: 1
Views: 3387
Reputation: 1168
You can find a full clone of that repo here on GitHub: https://github.com/svn2github/word2vec
Upvotes: 0
Reputation: 587
It's here now: https://github.com/dav/word2vec
Also, the implementation in Gensim is great -- details and documentation here: https://radimrehurek.com/gensim/models/word2vec.html
Upvotes: 3