Calculating Text Similarity in Python with NLP

preview_player
Показать описание
Today we learn how to compare texts in terms of similarity by using NLP in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Sir you are doing a fantastic job. Keep pushing!

ardapy
Автор

Fantastic job, NeuralNine!
Thank you very much for the great explanation!

LearningWorldChatGPT
Автор

Please can someone please please help me?
How do I do this measuring sentence similarity between 2 sets of questions/data using Spacy, and then output the pairs with their similarity score in a dataframe?
I have 2 lists of data and I want to be able to compare both sets against each other and print out the pair along with thier similarity score. I cannot figure out the loop code for the life of me...please help 😢

klamentyne
Автор

Great explanation sir, But what if i have two datasets each of it have differenet number of rows and I want to compare how much similar that word in row[0] to all rows in the other dataset and so on for row[1:n-1]

peterboshra
Автор

wow! thanks you very much for this tutorial

AndresVeraF
Автор

thank you so much for the video. could you explain how to do that for large texts?

najmehsadeghian
Автор

NEED HELP! I am making a website where user can upload a pdf but I want that pdf to upload only if that pdf has images of only HANDWRITTEN text. Thank you for reading.

hemantchauhan
Автор

4:42 I would try reset with the entire environent and pass the same list of colors to the library again but in reversed order. So like red||walking == color, color||blue == color, color||yellow == color. Is probably whats happening so yellow probably is never even / Is my guess whats happening. compared agains the actual query string but propagates from cache memory.

tdpfrrt
Автор

spacy en_core_web models are not downloading

spandanbasu_
Автор

Please make video about code similarity. How to check plagiarism?

Slavaver
Автор

can this be used in address clustering?

ting-chiehhuang
Автор

I usually enjoy your videos but this one was pretty strange… and a relatively poor application of spaCy.

AllenJackson
Автор

At 0:42 -> python -m pip install --upgrade pip to remove the warning of pip. Fixed in 22.1.1 version

ralvarezb