I was wondering if there was a way to export the keyed word2vec vectors previously saved in binary format to a simple text file in the following format:
sausage 0.1234 -0.5555 1.4149
(i.e. word, space, float, space, float, space float … newline).
Thanks!
sbs