maxoodf / word2vec

word2vec++ is a Distributed Representations of Words (word2vec) library and tools implementation, written in C++11 from the scratch
Apache License 2.0
131 stars 24 forks source link

-read-vocab functionality not present #5

Open ghost opened 6 years ago

ghost commented 6 years ago

Can we have the option to do -read-vocab argument as present in the original word2vec.

maxoodf commented 6 years ago

Hello. do you mean it speeds up different models training on the same training data? I will try to implement it in the nearest future. Max