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

Read zipped word vectors #4

Open
danielhers opened this issue Jul 28, 2015 · 2 comments
Open

Read zipped word vectors #4

danielhers opened this issue Jul 28, 2015 · 2 comments

Comments

@danielhers
Copy link

Currently the -w option allows specifying a word embedding file in text. However, these files may be quite large and are often saved in .gz format, for example. When given a compressed word embedding file, the program should still read it, unzipping it first.

danielhers added a commit to danielhers/lstm-parser that referenced this issue Jul 28, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Jul 28, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Jul 28, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Jul 28, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Jul 30, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Aug 2, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Aug 16, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Aug 16, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Aug 16, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Aug 16, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Aug 20, 2015
danielhers added a commit to danielhers/lstm-parser that referenced this issue Sep 18, 2016
@HenrikLovold
Copy link

@danielhers When I run word2vec to generate embeddings, I have the option to save the vectors in binary mode. Does this parser take binary mode vectors, or do I have to save them non-binary?

@danielhers
Copy link
Author

@henrik2706 the vectors should be saved as text, just like the pre-trained ones given with the parser: https://drive.google.com/file/d/0B8nESzOdPhLsdWF2S1Ayb1RkTXc/view?usp=sharing

danielhers added a commit to danielhers/lstm-parser that referenced this issue Feb 8, 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