epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

minCountLabel? #46

Closed adam2326 closed 5 years ago

adam2326 commented 5 years ago

does the parameter minCountLabel actually do anything? This library looks to be unsupervised only.

mpagli commented 5 years ago

It is unsupervised, but the labels are context words. The minCountLabel parameter decides of the minimum frequency a context word should have to start being considered as a label.

adam2326 commented 5 years ago

interesting. thank you.