-
Notifications
You must be signed in to change notification settings - Fork 621
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
Plain text word vectors #1
Comments
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! |
Do you know how to extract plain text versions of the learned word vectors that could be using in other applications?
The text was updated successfully, but these errors were encountered: