May 2019
Beginner
528 pages
29h 51m
English
TextBlob is an object-oriented NLP text-processing library that is built on the NLTK and pattern NLP libraries and simplifies many of their capabilities. Some of the NLP tasks TextBlob can perform include:
Tokenization—splitting text into pieces called tokens, which are meaningful units, such as words and numbers.
Parts-of-speech (POS) tagging—identifying each word’s part of speech, such as noun, verb, adjective, etc.
Noun phrase extraction—locating groups of words that represent nouns, such as “red brick factory.”2
Read now
Unlock full access