Calculating Text Similarity in Python with NLP

Поділитися
Вставка
  • Опубліковано 3 чер 2022
  • Today we learn how to compare texts in terms of similarity by using NLP in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Наука та технологія

КОМЕНТАРІ • 29

  • @codieausten5076
    @codieausten5076 Рік тому +7

    Direct and to the point. Great vid!

  • @ardapy
    @ardapy 2 роки тому +8

    Sir you are doing a fantastic job. Keep pushing!

  • @TimothyTeo
    @TimothyTeo 2 роки тому +2

    Very educational content!

  • @LearningWorldChatGPT
    @LearningWorldChatGPT Рік тому +2

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

  • @zainulabideen_1
    @zainulabideen_1 7 місяців тому

    All your videos are really helpful

  • @AndresVeraF
    @AndresVeraF Рік тому

    wow! thanks you very much for this tutorial

  • @its_code
    @its_code 2 роки тому +1

    Really informative 👍❤️ video

  • @egycg3569
    @egycg3569 2 роки тому

    Man, I devour your tutorials.

  • @bloomdavies7933
    @bloomdavies7933 2 роки тому +2

    dude keep it up

  • @peterboshra
    @peterboshra Рік тому +1

    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]

  • @danyahhussein1073
    @danyahhussein1073 3 місяці тому

    was helpful thanks

  • @najmehsadeghian7316
    @najmehsadeghian7316 2 роки тому +4

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

  • @klamentyne5991
    @klamentyne5991 Рік тому

    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 😢

  • @serychristianrenaud
    @serychristianrenaud 2 роки тому

    thanks

  • @philtoa334
    @philtoa334 2 роки тому

    Thx.

  • @user-td4pf6rr2t
    @user-td4pf6rr2t Місяць тому

    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.

  • @samuelwainberg1659
    @samuelwainberg1659 Рік тому

    excellent

  • @lilchrok
    @lilchrok 2 роки тому

    Will you talk about python 3.11?

  • @Slavaver
    @Slavaver 2 роки тому +1

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

  • @arshmansuri8379
    @arshmansuri8379 2 роки тому

    Which is your intro song?

  • @hemantchauhan6437
    @hemantchauhan6437 4 місяці тому

    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.

  • @spandanbasu_1228
    @spandanbasu_1228 8 місяців тому

    spacy en_core_web models are not downloading

  • @ting-chiehhuang6937
    @ting-chiehhuang6937 Рік тому

    can this be used in address clustering?

  • @ralvarezb78
    @ralvarezb78 2 роки тому

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

  • @tcgvsocg1458
    @tcgvsocg1458 2 роки тому

    christianity with beer? with wine no?

  • @AllenJackson1
    @AllenJackson1 2 роки тому +3

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

    • @spicytuna08
      @spicytuna08 7 місяців тому

      spaCy plays very important role in Topic modeling imo.
      a lot of times, topics from documents have very similar in semantec. e.g. fundamental in python and basic python are in essence the same. in this case, you want the model to ground to one topic instead of two to eliminate confusion.

  • @codewithbrogs3809
    @codewithbrogs3809 4 місяці тому

    Horrible