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

fixed shuffle call to obey array boundaries #3

Closed SergeyDidenko closed 8 years ago

SergeyDidenko commented 8 years ago

shuffle accesses array at index n+1, so the passed n should be i-2 like a few lines above