0 votes
in NLP using Python by
What is the purpose of part-of-speech tagging in natural language processing?

a) To identify the subject and object of a sentence

b) To determine the overall sentiment of a text

c) To assign a grammatical category to each word in a sentence

d) To translate a text from one language to another

1 Answer

0 votes
by

Solution:c) To assign a grammatical category to each word in a sentence.

Reason:Part-of-speech tagging is a NLP task that involves assigning a grammatical category to each word in a sentence, such as noun, verb, adjective, or adverb.

Related questions

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