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

[evaluate.py] unused variable in function #127

Closed dataanalyst4lyfe closed 4 years ago

dataanalyst4lyfe commented 6 years ago

In evaluate_vectors(W, vocab, ivocab):, the variable ivocab is not used in the function at all. It should be removed for cleanliness sake.

AngledLuffa commented 4 years ago

Fixed, thanks