dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
851 stars 136 forks source link

Doc2Vec Implementation #275

Closed cschwem2er closed 4 years ago

cschwem2er commented 6 years ago

Hi,

I've been experimenting with text2vec for some Computational Socia Science projects and so far it worked great! Do you have any interest in an implementation of doc2vec as well? The gensim variant is good, but to my knowledge there is not equivalent available for R.

dselivanov commented 6 years ago

SIF embeddings are very decent option (I believe better than gensim doc2vec). They can be implemented quite easily:

At the moment I don't have time for that. If you want to take a shot at it and contribute to text2vec functionality, I can support.

dselivanov commented 4 years ago

duplicate #157