tzmartin/word2vec

How to setup Word2Vec in windows ?

Opened this issue · 5 comments

Give me directions to setup Word2Vec in windows platform .

Original issue reported on code.google.com by sujithps...@gmail.com on 20 Sep 2013 at 5:42

I didn't try that yet, but you might succeed by installing cygwin + compiler 
(gcc 4.7).

Original comment by tmiko...@google.com on 20 Sep 2013 at 6:59

since here given Linux specific C codes ,
I tried to compile those codes with Turbo C , but it did not compile and throws 
"Pthread.h" is not found . 
Later google search on the same found that pthread.h is linux specific only.
Then I tried one 3rd party API (Link:  
https://sourceware.org/pthreads-win32/faq.html ) for run application with 
pthread.h ,
But still it throws errors in pthread.h file . 

Original comment by sujithps...@gmail.com on 20 Sep 2013 at 7:33

Thanx for the information.
Actually it worked for me. Cygwin +gcc.

Thank you very much .

Original comment by sujithps...@gmail.com on 9 Oct 2013 at 10:46

does Word2vec must be operated in Linux

Original comment by llan...@gmail.com on 9 Apr 2014 at 4:26

I made some tiny changes so that word2vec can work on windows.
https://github.com/zhangyafeikimi/word2vec-win32

Original comment by zhangyaf...@gmail.com on 29 Aug 2014 at 11:47