Question 10
Given the sentence:
"Customer sign-up rates have increased by 25% in the last quarter."
Output:
['customer', 'sign', 'up', 'rates', 'increased', '25', 'last', 'quarter']
Which of the following text preprocessing techniques was NOT applied to the sentence?
Lowercasing
Removing punctuation
Lemmatization
Tokenization
None of these