Model Pipeline - Text preprocessing (tokenization, stemming, lemmatization)
This pipeline shows how raw text is cleaned and prepared for machine learning. It breaks text into words (tokenization), simplifies words to their root forms (stemming), and converts words to their dictionary forms (lemmatization).