Give me directions to setup Word2Vec in windows platform .
Comment #1
Posted on Sep 20, 2013 by Happy BirdI 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 Birdsince 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 BirdThanx for the information. Actually it worked for me. Cygwin +gcc.
Thank you very much .
Comment #4
Posted on Apr 9, 2014 by Quick Monkeydoes Word2vec must be operated in Linux
Comment #5
Posted on Aug 29, 2014 by Quick RhinoI made some tiny changes so that word2vec can work on windows. https://github.com/zhangyafeikimi/word2vec-win32
Status: New
Labels:
Type-Defect
Priority-Medium