Skip to content
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

Open
barapa opened this issue Aug 18, 2013 · 3 comments
Open

Plain text word vectors #1

barapa opened this issue Aug 18, 2013 · 3 comments

Comments

@barapa
Copy link

barapa commented Aug 18, 2013

Do you know how to extract plain text versions of the learned word vectors that could be using in other applications?

@dav
Copy link
Owner

dav commented Aug 18, 2013

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.

@barapa
Copy link
Author

barapa commented Aug 18, 2013

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.

@dav
Copy link
Owner

dav commented Aug 18, 2013

Ah, nice. Thanks!

adamwulf pushed a commit to adamwulf/word2vec that referenced this issue Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants