python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to show the specific content which was similar when doing paragraph similarity?
I'm trying to create a paragraph similarity checker using Python. I'm using Sentence Transformers along with the "All the News 2" dataset which contains over 2 million articles.
I have alrea...
denji
Votes: 0
Answers: 0
Efficient way for Computing the Similarity of Multiple Documents using Spacy
I have around 10k docs (mostly 1-2 sentences) and want for each of these docs find the ten most simliar docs of a collection of 60k docs. Therefore, I want to use the spacy library. Due to the large a...
LaLeLo
Votes: 0
Answers: 2
Rank the row based on the similar sentences using python or SQL?
How to rank the data frame based on the row value. i.e I have a row that contains text data want to provide the rank based on the similarity? Below is the sample datasets,the original datasets contain...
Kum_R
Votes: 0
Answers: 1
Efficient string similarity search for huge corpora
I am doing a similarity search between a 256 characters long string and a corpus made of 9000 entries with each about 1000 words.
I used LocalitySensitiveHashing, see https://github.com/Jmkernes/Local...
Per Bock
Votes: 0
Answers: 0