0 votes
in NLP using Python by
Which of the following is an example of a text normalization technique used in natural language processing?

a) Stop word removal

b) Lemmatization

c) Stemming

d) Tokenization

1 Answer

0 votes
by

Solution : b) Lemmatization.

Reason: Lemmatization is a text normalization technique used in NLP to reduce words to their base form, such as converting “walking” to “walk” or “ran” to “run”.

...