Export to GitHub

word2vec - issue #9

How to setup Word2Vec in windows ?


Posted on Sep 20, 2013 by Helpful Bird

Give me directions to setup Word2Vec in windows platform .

Comment #1

Posted on Sep 20, 2013 by Happy Bird

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

Comment #2

Posted on Sep 20, 2013 by Helpful Bird

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 .

Comment #3

Posted on Oct 9, 2013 by Helpful Bird

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

Thank you very much .

Comment #4

Posted on Apr 9, 2014 by Quick Monkey

does Word2vec must be operated in Linux

Comment #5

Posted on Aug 29, 2014 by Quick Rhino

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

Status: New

Labels:
Type-Defect Priority-Medium