An Introduction to Normalization Techniques in Spark NLP — TL;DR: The Normalizer annotator in Spark NLP performs text normalization on data. It is used to remove all dirty characters from text following a regex pattern, convert text to lowercase, remove special characters, punctuation, and transform words based on a provided dictionary. The Normalizer annotator in Spark NLP is often…