Plain text word vectors
Do you know how to extract plain text versions of the learned word vectors that could be using in other applications?
I haven't sat down to work out that binary format they're using yet, but I aim to (if for no other reason to figure out why the compute-accuracy utility is segfaulting when reading it). If I'm lucky I'll get some time later today to work on that but realistically I'm pretty busy and it could take a week or more to make the time.
It's actually just an argument to the word2vec program. The demo scripts set binary to 1, but setting it to 0 will output raw text vectors.
Ah, nice. Thanks!