I am using the Doc2vec class from the gensim framework to compute the vectorial representation of each document in a corpus.
The corpus contains very short sentences, they can have even one word. I observed that for many sentences, especially the short ones, Doc2vec does not provide any representations. Could someone explain the reasons for this?