I recently came across the doc2vec addition to Gensim. How can I use pre-trained word vectors (e.g. found in word2vec original website) with doc2vec?
Or is doc2vec getting the word vectors from the same sentences it uses for paragraph-vector training?
Thanks.
Radim just posted a tutorial on the doc2vec features of gensim (yesterday, I believe - your question is timely!).
Gensim supports loading pre-trained vectors from the C implementation, as described in the gensim models.word2vec API documentation.