Quiz 14 Question 2 of 20

You are preparing a large dataset of unstructured text reviews for a sentiment classification model. To reduce noise and consolidate vocabulary, you want to strip out highly frequent, uninformative words (like 'and', 'the', 'is') and reduce words like 'running', 'runs', and 'ran' to their base dictionary form. Which text preprocessing techniques should you apply?

Select an answer to reveal the explanation.

Motivation