piskvorky / gensim-data

Data repository for pretrained NLP models and NLP corpora.
https://rare-technologies.com/new-api-for-pretrained-nlp-models-and-datasets-in-gensim/
GNU Lesser General Public License v2.1
965 stars 128 forks source link

Similarity matrix Doc2Vec #36

Closed livinglife2x closed 5 years ago

livinglife2x commented 5 years ago

I have seen this similarity_matrix = fasttext_model300.similarity_matrix(dictionary, tfidf=None, threshold=0.0, exponent=2.0, nonzero_limit=100). However I have not found similarity matrix function in gensim package. Is this something only available in pre trained models.