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

Fix misleading comment regarding normalization of vectors #86

Closed JungeAlexander closed 6 years ago

JungeAlexander commented 7 years ago

Small fix in in-line comments:eval/python/evaluate.py is normalizing the norm of the word vectors and not their variance as indicated in the in-line comments.