How to download word2vec?

When I try to download the Word2vec tool from the official Google codes page , but I got the following:

svn checkout http://word2vec.googlecode.com/svn/trunk/

svn: E170013: cannot connect to the repository at the URL http://word2vec.googlecode.com/svn/trunk '

svn: E160013: path '/ svn / trunk' not found

+6
source share
3 answers

You can download the source code here: https://github.com/tmikolov/word2vec , while I'm not sure if there were additional updates for it, since this snapshot was ported to github.

Or use the "supported" implementation of the algorithm, in many languages ​​there are quite a lot of them.

+3
source

For Google Pre-training Model: - GoogleNews-vectors-negative300.bin.gz

For the source code of Google Word2vec: - Link

If you want to make an API from your Pre_Trained Model, then: Link

+2
source

GoogleCode is now closed

January 25, 2016 - The project hosting service is closed. You will be able to download the tarball of the project source, problems and wiki.

+1
source

All Articles