If a `-read-vocab` file is specified, then all their counts are 0, it seems `SortVocab()` will remove all words in such case. https://github.com/dav/word2vec/blob/5f2e9661025c4f6b496c6a6888be0d090b9c44b3/src/word2vec.c#L323 https://github.com/dav/word2vec/blob/5f2e9661025c4f6b496c6a6888be0d090b9c44b3/src/word2vec.c#L155
If a
-read-vocabfile is specified, then all their counts are 0, it seemsSortVocab()will remove all words in such case.word2vec/src/word2vec.c
Line 323 in 5f2e966
word2vec/src/word2vec.c
Line 155 in 5f2e966