'doc2vec infer words from vectors

I am clustering comments.

After preprocessing and a vectorization of a text, I have inferred vectors from my doc2vec model and applied kmeans.

After that I want to convert cluster centroid vectors to words to kinda look at the semantic cores of the clusters. Is it possible?

Edit: I use python/gensim.



Solution 1:[1]

Though gojomo's answer makes perfect sense, I've decided to go the other way around with classification instead of clusterization. The article about the library I have found useful:

https://towardsdatascience.com/unsupervised-text-classification-with-lbl2vec-6c5e040354de]

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 frogseer