klb3713 / sentence2vec

Tools for mapping a sentence with arbitrary length to vector space
664 stars 225 forks source link

model used in sentence2vec #13

Open makcbe opened 7 years ago

makcbe commented 7 years ago

Hi, Which is the type of model returned in case of word2vec transformation? For example, tfidf = models.TfidfModel(corpus). Is it possible to change this to semantic models? If so, please suggest how. Thank you.