This book is printed on demand and is non-refundable after purchase
Available Formats :
Printed Book
It will be sent to your address
Over 80 practical recipes on natural language processing techniques using Pythons NLTK 3.0
About This BookThis book will show you the essential techniques of text and language processing. Starting with tokenization, stemming, and the WordNet dictionary, youll progress to part-of-speech tagging, phrase chunking, and named entity recognition. Youll learn how various text corpora are organized, as well as how to create your own custom corpus. Then, youll move onto text classification with a focus on sentiment analysis. And because NLP can be computationally expensive on large bodies of text, youll try a few methods for distributed text processing. Finally, youll be introduced to a number of other small but complementary Python libraries for text analysis, cleaning, and parsing.
This cookbook provides simple, straightforward examples so you can quickly learn text processing with Python and NLTK.
What You Will Learn