stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Change the default of the binary parameter to 0 #22

Closed DavidNemeskey closed 8 years ago

DavidNemeskey commented 8 years ago

... to be in line with the usage description.

ghost commented 8 years ago

Yea, this seems like a good idea. The binary output format saves something like 40% disk space iirc, but is a true pain to deal with compared to the text version, which is very straightforward and easy to understand.