Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download word2vec?

Tags:

svn

word2vec

When I'm trying to download Word2vec tool from official google code page, but I got the following:

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

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

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

like image 553
Developer87 Avatar asked Oct 15 '16 11:10

Developer87


2 Answers

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

For Google Word2vec Original Code:- Link

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

like image 118
Nishank Mahore Avatar answered Nov 03 '22 19:11

Nishank Mahore


You can download the original code from here: https://github.com/tmikolov/word2vec, whereas I am not sure if there had been further updates to it since the time this snapshot was taken to github.

Or use a "further maintained" implementation of the algorithm, there are quite a few out there, in multiple languages.

like image 9
matanster Avatar answered Nov 03 '22 20:11

matanster