chienjchienj / word2vec

Automatically exported from code.google.com/p/word2vec
Apache License 2.0
0 stars 0 forks source link

vectors.bin ? #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I was able to run the demo-words.sh (using the text8) and obtained the output 
binary file - vectors.bin.

Can someone help me on how to convert it into a readable text/ascii file ? 
since I don't know the format of the binary file.

tx

Original issue reported on code.google.com by kimusu2...@gmail.com on 26 Aug 2013 at 3:51

GoogleCodeExporter commented 9 years ago
Just changing the command line arguments in demo-words.sh "-binary 1" to 
"-binary 0" will do the trick

Original comment by ma.li...@gmail.com on 26 Aug 2013 at 5:14