August 2014
Beginner to intermediate
304 pages
7h 10m
English
In this chapter, we will cover the following recipes:
NLTK is great for in-memory, single-processor natural language processing. However, there are times when you have a lot of data to process and want to take advantage of multiple CPUs, multicore CPUs, and even multiple computers. Or, you might want to store frequencies and probabilities in a persistent, shared database so multiple processes can ...
Read now
Unlock full access