Book Image

Python 3 Text Processing with NLTK 3 Cookbook

By : Jacob Perkins
Book Image

Python 3 Text Processing with NLTK 3 Cookbook

By: Jacob Perkins

Overview of this book

Table of Contents (17 chapters)
Python 3 Text Processing with NLTK 3 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Penn Treebank Part-of-speech Tags
Index

Chapter 8. Distributed Processing and Handling Large Datasets

In this chapter, we will cover the following recipes:

  • Distributed tagging with execnet

  • Distributed chunking with execnet

  • Parallel list processing with execnet

  • Storing a frequency distribution in Redis

  • Storing a conditional frequency distribution in Redis

  • Storing an ordered dictionary in Redis

  • Distributed word scoring with Redis and execnet