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

Vocab overflow #73

Closed kosloot closed 4 years ago

kosloot commented 7 years ago

Numb edit: changed indentation and 2 code lines to get closer to original code

ghost commented 7 years ago

This indentation is still out of control due to the tabs from the original source. I'm going to merge the pull request from https://github.com/stanfordnlp/GloVe/pull/75, and hopefully this one looks okay after that.

AngledLuffa commented 4 years ago

This is the same as #68, right?