doc-similarity icon indicating copy to clipboard operation
doc-similarity copied to clipboard

Ranking documents using semantic similarity in Python

Results 4 doc-similarity issues
Sort by recently updated
recently updated
newest added

Hi! Questions: 1. Why didn't you use lemmatization when processing your document's? Is there a reason behind that? 2. Why did you use this glove pre-trained model(dimensions)? 3. Can you...

I am not able to import cannot import name 'WordEmbeddingSimilarityIndex in CoLab notebook. Which version of gensim are you using?

Hello, Inside your method 2b, can we use BERT model for finding the similarity?

I am calculating the similarity between a query: `query2 = 'Audit and control, Board structure, Remuneration, Shareholder rights, Transparency and Performance'` and a document(in my case it is a company's...