NLP Data Cleaning techniques|text Data cleaning techniques|How to clean text data

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 26

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

    Wow, bro. As I was impressed with your explanation in the previous video this one didn't disappoint me either. I am glad to have known advanced preprocessing techniques through you.

  • @GopiKumar-ny3xx
    @GopiKumar-ny3xx 4 роки тому +1

    Useful information...

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

    Waiting for python code for these steps. Thanks a ton.

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

      Will be uploading next one with python code. Thanks for watching.

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

    Very good, I got it better, love from Pakistan

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

    Very useful playlist. Thank you so much for your effort on sharing the knowledge.

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

      So nice of you Chandra. your comments are my motivation.

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

    Impressive Explanation Aman.

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

    finished watching

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

    nice work

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

    Please show the implementation of advanced steps through coding ,, video was concise and well explained.

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

      Thanks Prerna, Surely will go in advance topics slowly.

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

    great explanation man . just show all these techniques in separate videos with implementation

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

      Thanks Abhijet, Video is already there in same playlist. Pls check once:
      ua-cam.com/video/cs049uQWbpg/v-deo.html

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

    Thank you thank you thank you!!!!!

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

    Please try to complete NLP vedios list. I am eagerly waiting for same.

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

    Hi again Aman - do you or can you please upload some tutorial related to end to end project in ML, DL and NLP (close to real will be better instead from kaggle) ? In this period i want to complete as many project as possible. :) thanks in advance

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

    Basic:
    1. Removing punctuation like !,#
    2. Convert to lower case
    3. Removing stopwords as does not have much value
    4. Removing nonsocial word like new line
    5. Tokenization of the text
    6. lemmatization and Stemming but it's completely depends on use case. Stemming is like stem or root of the word.
    Advance:
    1. Normalization - like b4 - to English word before. There are libraries that we can use to do this normalization
    2. Correcting typos - Not easy to implement.
    6.