InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Parts of Speech (POS) tagging in NLP? |
|
Answer» A Part-Of-Speech Tagger (POS Tagger) reads the text in a language and ASSIGNS parts of speech to each word (and other tokens), such as noun, verb, adjective, and so on. To LABEL terms in text bodies, PoS taggers employ an ALGORITHM. With tags like "noun-plural" or even more complicated labels, these taggers create more COMPLEX categories than those stated as basic PoS. |
|