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.81k stars 1.51k forks source link

Word missing #182

Closed Kouuh closed 3 years ago

Kouuh commented 4 years ago

I use golve to train my own corpus. I'm only here demo.sh Changes made to the document. image but Final vectors.txt Some words are missing from the file.

AngledLuffa commented 4 years ago

Are they rare words? There is a VOCAB_MIN_COUNT field

Please don't use pictures to send debugging information. Text is much better.