0 votes
in NLP using Python by

Which of the following is an example of a sequence labeling task in natural language processing?

a) Sentiment analysis

b) Named entity recognition

c) Text classification

d) Language modeling

1 Answer

0 votes
by

Solution : b) Named entity recognition.

Reason: Sequence labeling is a NLP task that involves labeling each word or token in a sequence with a specific category or tag, such as identifying named entities in a text.

Related questions

0 votes
asked Apr 4 in NLP using Python by john ganales
0 votes
asked Apr 4 in NLP using Python by SakshiSharma
...