this notebook contain basic step for text preprocessing
basic steps are :
- lowercasing
- remove HTML tag
- remove URL
- remove punctuation
- chat word tretment
- spelling correction
- removing stop word
- handling emojis
- tokenization
- stemming
- lemmatization
-> Here is my Kaggle-notebook link: https://www.kaggle.com/code/ajr094/nlp-text-preprocessing-techniques