Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 459 Bytes

File metadata and controls

20 lines (16 loc) · 459 Bytes

nlp_text_preprocessing

this notebook contain basic step for text preprocessing

basic steps are :

  1. lowercasing
  2. remove HTML tag
  3. remove URL
  4. remove punctuation
  5. chat word tretment
  6. spelling correction
  7. removing stop word
  8. handling emojis
  9. tokenization
  10. stemming
  11. lemmatization

-> Here is my Kaggle-notebook link: https://www.kaggle.com/code/ajr094/nlp-text-preprocessing-techniques