maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

Minimum word count parameter #64

Open jbendahan opened 7 years ago

jbendahan commented 7 years ago

I think this implementation is missing a parameter to discard words that appeared less than a given number of times, at least I couldn't find such a parameter in the code.

akanshajainn commented 6 years ago

Same issue. Found any solution?

delton137 commented 6 years ago

This would be useful for me as well..

AzChaimae commented 5 years ago

I am still looking for a solution for this issue, did any one found one??