0 votes
in NLP using Python by

Which of the following is an example of a text classification task?

a) Named entity recognition

b) Sentiment analysis

c) Part-of-speech tagging

d) Tokenization

1 Answer

0 votes
by

Solution : b) Sentiment analysis.

Reason: Text classification is a NLP task that involves categorizing text into predefined classes, such as positive or negative sentiment.

...