Natural Language Processing|Lemmatization

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 46

  • @suryakantkashyap2468
    @suryakantkashyap2468 3 роки тому +7

    For a minute, I was reading the awesome speech by Kalam sir.

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

    🎯 Key Takeaways for quick navigation:
    00:00 🚀 *Introduction to Stemming in NLP*
    - Stemming process using the Porter Stemmer and NLTK library.
    - Importing libraries for stemming and stop words.
    - Explanation of the need for stop words in text processing.
    02:56 🛑 *Stop Words and their Removal*
    - Identification of common stop words like "the," "and," "of" in the paragraph.
    - Importance of removing stop words for sentiment analysis.
    - Application of NLTK's stop words library to filter out irrelevant words.
    05:53 🔄 *Stemming Implementation*
    - Initialization of Porter Stemmer object for stemming.
    - Iterative process of tokenizing, removing stop words, and stemming for each sentence.
    - Demonstration of stemming on words like "history" and "people."
    08:22 ⚠️ *Issues with Stemming*
    - Discussion on the problem of stemming creating words with no clear meaning.
    - Examples of words losing meaningful representation after stemming.
    - Introduction to an alternative stemming technique, "Lemmatization."
    Made with HARPA AI

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

    Really love the way you explain these concepts with small practical exercises. I have just started your NLP playlist. I don't think I have seen anyone explain these concepts better than you have. A big 👍 to you Krish for such wonderful tutorials.

  • @FernandoFlores-bv8ux
    @FernandoFlores-bv8ux 2 роки тому

    Truly amanzed by the way you explain these concepts 🤗🤗

  • @m.sivaramtej4572
    @m.sivaramtej4572 5 місяців тому

    00:05 Lemmatization is a technique used in Natural Language Processing
    01:25 Lemmatization is similar to stemming but the intermediate representation or the root form has a meaning.
    02:54 Importing NLTK library for text pre-processing in NLP
    04:21 Performing Lemmatization using WordNetLemmatizer
    05:46 Lemmatization is similar to stemming but with a small difference
    07:09 The process involves removing stop words and performing lemmatization on the remaining words.
    08:42 Lemmatization converts words into meaningful representations, while stemming does not.
    10:03 The main difference between lemmatization and stemming is that lemmatization considers the meaning of the word.

  • @sumantadas6532
    @sumantadas6532 6 років тому +3

    Awesome tutorials.. keep up Your good work .. 😍

  • @dnakhawa
    @dnakhawa 4 роки тому

    You are doing a Gr8 job Krish

  • @kavibharathi2931
    @kavibharathi2931 4 роки тому

    Really super explaination...hat off you

  • @bhushanekbote1281
    @bhushanekbote1281 3 роки тому +1

    Krish here you have not lemmatized the stemmed words but you have lemmatized the original paragraph.
    You basically just removed the stopwords from paragraph. You should have done lemmatization on stemmed paragraph... But very nice explanation gratefull thankyou

  • @rahuldey6369
    @rahuldey6369 3 роки тому +1

    6:05 Index - 5, why 'We grabbed land' wasn't converted to 'We grab land'? The lemmatizer is supposed to lemmatize the words in their root form right?

  • @laxminarasimhaduggaraju2671
    @laxminarasimhaduggaraju2671 5 років тому +2

    Sir,
    We r very thankful to u for the way u explains and can u do some more on text preprocessing like ALD, removing special characters, white spaces, named entity's all others stuff related to preprocessing

  • @siddalingeshwaram.v684
    @siddalingeshwaram.v684 5 років тому

    Awesome video.... thank you Krish Naik

  • @GwinnettRaj
    @GwinnettRaj 5 років тому +1

    Simply love the way you explain concepts. Can you please make a video tutorial on building a chatbot using NLP or Deep Learning! I couldn't find one in your playlist.

  • @louismefor9539
    @louismefor9539 5 років тому

    Thanks alot for this, i now understand NLP better, can you make a tutorial on creating a chat bot with this?, i will try my best to spread the word on this channel, you are indeed a great guru

  • @travelwithadatascientist
    @travelwithadatascientist 5 років тому

    Really helpful and well explained!

  • @sandipansarkar9211
    @sandipansarkar9211 4 роки тому

    Superb video Krish.Thanks

  • @TheRohan836
    @TheRohan836 6 років тому +6

    The tutorials are really good and well explained.
    Could you by any chance add the Stanford article link in the description. Thank you.

    • @krishnaik06
      @krishnaik06  6 років тому +2

      Sure here is the article
      nlp.stanford.edu/IR-book/html/htmledition/stemming-and-lemmatization-1.html

    • @krishnaik06
      @krishnaik06  6 років тому +4

      Please share with all your friends who all are looking for such kind of tutorials

  • @louerleseigneur4532
    @louerleseigneur4532 3 роки тому

    Thanks Krish

  • @sanjaykulkarni7681
    @sanjaykulkarni7681 4 роки тому

    Thank you very much for such tutorials, it has been really a great start for learning....one QQ: How do we avoid lemmatization of some words (some are key words, which we don't want to lemmatize, in stemming we can use regular expression to avoid/skip, but how can we do in lemmatization).

  • @hasanuzzamananuz8270
    @hasanuzzamananuz8270 4 роки тому

    Nice tutorial brother

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

    Thankyou sir❤️🔥

  • @nama2583
    @nama2583 5 років тому

    Good channel. It is very helpful. I've subscribed your channel.

  • @MultiAllin1
    @MultiAllin1 4 роки тому +1

    Does Lemmatization actually converts the meaningful word? Or keep them as it is? For e.g. history is as history only after Lemmatization

  • @NavnilDas-o1n
    @NavnilDas-o1n 11 місяців тому

    Sir, no change is observed before and after lemmatization. What to do? I have tried with smaller passages as well but no change.

  • @suvarnadp1806
    @suvarnadp1806 5 років тому

    Sir thank you so much these videos very helpful for me sir i want NER videos

  • @prasannadas8418
    @prasannadas8418 5 років тому

    Niceky explained

  • @facundofontana7167
    @facundofontana7167 4 роки тому

    Krish one question, it wouldn't be recommended to lowercase the words, so stopwords like "I" , "In", "It", "The" get removed too ?

  • @atultripathi13
    @atultripathi13 3 роки тому

    Thanks Krish for video.Just to add on.Lemmatizer.lemmatize will not work as it is giving error "1 missing position argument".
    Instead we have to use "nltk.stem.WordNetLemmatizer().lemmatize(word)" to avoid error.
    Hope this will help as video was posted on 2019 and may be there is update in function

  • @shaikhshoeb1968
    @shaikhshoeb1968 3 роки тому

    On the thumbnail the length od video is larger but when I play videos its length is small
    For this video thumbail shows 11:18 but when I play it show 6:23

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

    What is the 'u' after invade? thanks

  • @PANDIANAMIS
    @PANDIANAMIS 5 років тому +1

    bro why we need to do stemming ,can directly do the lemmatization right?

    • @AbhirupGoswamiArcanu5
      @AbhirupGoswamiArcanu5 4 роки тому

      It depends on your use case. Generally, if you're doing sentiment analysis, you, as a user, don't really need to know what the stem word means. In such cases, we use stemming. It's also a lot faster

  • @rajsinghmaan3095
    @rajsinghmaan3095 5 років тому +6

    I don't know why my attention always go to how much battery charge is remaining in admin's laptop.. :D

    • @ajaxaj4885
      @ajaxaj4885 3 роки тому

      Haha. I see the same when someone sends me screenshots.

  • @debatradas9268
    @debatradas9268 3 роки тому

    thanks

  • @pc0riginal870
    @pc0riginal870 6 років тому

    Thank you very much

  • @khanwaqar7703
    @khanwaqar7703 5 років тому

    Nice sir

  • @sagarlalwani7937
    @sagarlalwani7937 3 роки тому

    im not getting space between words why is that can someone help?

  • @sunnysavita9071
    @sunnysavita9071 5 років тому

    sir please make video on chatbot application

  • @prachalitkahaniya
    @prachalitkahaniya 4 роки тому

    lemmatization is not working for me

  • @soutrikchowdhury429
    @soutrikchowdhury429 4 роки тому

    I have some different opinion