Text Preprocessing
Different techniques to preprocess text:
- Expand contractions
- Lower Case
- Remove punctuations
- Remove words and digits containing digits
- Remove stopwords
- Rephrase text
- Stemming and Lemmatization
- Remove white spaces
- Convert numbers to textual form
- Remove HTML tags