Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to setup Word2Vec in windows ? #9

Open
GoogleCodeExporter opened this issue Apr 6, 2016 · 5 comments
Open

How to setup Word2Vec in windows ? #9

GoogleCodeExporter opened this issue Apr 6, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

does Word2vec must be operated in Linux

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant