tzmartin/word2vec

vectors.bin ?

Opened this issue · 1 comments

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

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