August 2014
Beginner to intermediate
304 pages
7h 10m
English
In this chapter, we will cover the following recipes:
Part-of-speech tagging is the process of converting a sentence, in the form of a list of words, into a list of tuples, where each tuple is of the form (word, tag). The tag is a part-of-speech tag, and signifies whether the word is a noun, adjective, verb, and so on.
Part-of-speech tagging is a ...
Read now
Unlock full access