-
Book Overview & Buying
-
Table Of Contents
Python 3 Text Processing with NLTK 3 Cookbook - Second Edition
By :
Python 3 Text Processing with NLTK 3 Cookbook
By:
Overview of this book
This book is intended for Python programmers interested in learning how to do natural language processing. Maybe you’ve learned the limits of regular expressions the hard way, or you’ve realized that human language cannot be deterministically parsed like a computer language. Perhaps you have more text than you know what to do with, and need automated ways to analyze and structure that text. This Cookbook will show you how to train and use statistical language models to process text in ways that are practically impossible with standard programming tools. A basic knowledge of Python and the basic text processing concepts is expected. Some experience with regular expressions will also be helpful.
Table of Contents (12 chapters)
Preface
1. Tokenizing Text and WordNet Basics
2. Replacing and Correcting Words
3. Creating Custom Corpora
4. Part-of-speech Tagging
5. Extracting Chunks
6. Transforming Chunks and Trees
7. Text Classification
8. Distributed Processing and Handling Large Datasets
9. Parsing Specific Data Types
A. Penn Treebank Part-of-speech Tags
Index