New on Amazon: Unwell
Buy new:
-12% $39.79
FREE delivery Wednesday, May 7 to Nashville 37217
Ships from: Amazon.com
Sold by: Amazon.com
$39.79 with 12 percent savings
List Price: $44.99
FREE Returns
FREE delivery Wednesday, May 7 to Nashville 37217
Or Prime members get FREE delivery Sunday, May 4. Order within 4 hrs 18 mins.
In Stock
$$39.79 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$39.79
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Ships from
Amazon.com
Amazon.com
Ships from
Amazon.com
Sold by
Amazon.com
Amazon.com
Sold by
Amazon.com
Returns
30-day refund/replacement
30-day refund/replacement
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt.
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
$35.39
Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc... Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc... See less
$3.98 delivery Thursday, May 15 to Nashville 37217. Details
Or fastest delivery May 8 - 12. Details
Only 1 left in stock - order soon.
$$39.79 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$39.79
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Access codes and supplements are not guaranteed with used items.
Ships from and sold by glenthebookseller.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Follow the author

Something went wrong. Please try your request again later.

Python 3 Text Processing With NLTK 3 Cookbook 2nd ed. Edition

3.5 out of 5 stars 20 ratings

{"desktop_buybox_group_1":[{"displayPrice":"$39.79","priceAmount":39.79,"currencySymbol":"$","integerValue":"39","decimalSeparator":".","fractionalValue":"79","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"E%2F9Vwlm8IuTztC8cb7xDvsz%2FsGSX83y0vEhgFLa0L25fV6n6mzNwopRO7wjlyPI3n8UO%2FmVbJGuew0kLvhLOBx4l2Ppfu22rygchjs4QDnphmBNr8mLfnN21xZAwy8UhRO7CRIkmVHOGd6LL74SkMA%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"$35.39","priceAmount":35.39,"currencySymbol":"$","integerValue":"35","decimalSeparator":".","fractionalValue":"39","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"E%2F9Vwlm8IuTztC8cb7xDvsz%2FsGSX83y077B7dMbPpeQDNc%2Fh94MbdCtcCHWYHxNnNM6mRnVHbKN%2Fhc5C7UxTPXETJ5ftboRRHtRAj%2BPiDj%2BpUooZkAUDAm%2FBI7xxVqGfd9uE2IZgwi%2FlH22XVagdrLTSvEI8Ytu0EYsB0inftYZL0xQji%2B7P9W%2FVQ2TxuJ6F","locale":"en-US","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

Purchase options and add-ons

Over 80 practical recipes on natural language processing techniques using Python's NLTK 3.0

About This Book

  • Break text down into its component parts for spelling correction, feature extraction, and phrase transformation
  • Learn how to do custom sentiment analysis and named entity recognition
  • Work through the natural language processing concepts with simple and easy-to-follow programming recipes

In Detail

This book will show you the essential techniques of text and language processing. Starting with tokenization, stemming, and the WordNet dictionary, you'll progress to part-of-speech tagging, phrase chunking, and named entity recognition. You'll learn how various text corpora are organized, as well as how to create your own custom corpus. Then, you'll move onto text classification with a focus on sentiment analysis. And because NLP can be computationally expensive on large bodies of text, you'll try a few methods for distributed text processing. Finally, you'll 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

  • Tokenize text into sentences, and sentences into words
  • Look up words in the WordNet dictionary
  • Apply spelling correction and word replacement
  • Access the built-in text corpora and create your own custom corpus
  • Tag words with parts of speech
  • Chunk phrases and recognize named entities
  • Grammatically transform phrases and chunks
  • Classify text and perform sentiment analysis

From the brand

Editorial Reviews

About the Author

Jacob Perkins is the cofounder and CTO of Weotta, a local search company. Weotta uses NLP and machine learning to create powerful and easy-to-use natural language search for what to do and where to go. He is the author of Python Text Processing with NLTK 2.0 Cookbook, Packt Publishing, and has contributed a chapter to the Bad Data Handbook, O'Reilly Media. He writes about NLTK, Python, and other technology topics at http: //streamhacker.com. To demonstrate the capabilities of NLTK and natural language processing, he developed http: //text-processing.com, which provides simple demos and NLP APIs for commercial use. He has contributed to various open source projects, including NLTK, and created NLTK-Trainer to simplify the process of training NLTK models. For more information, visit https: //github.com/japerk/nltk-trainer.

Product details

  • Publisher ‏ : ‎ Packt Pub Ltd; 2nd ed. edition (August 31, 2014)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 288 pages
  • ISBN-10 ‏ : ‎ 1782167854
  • ISBN-13 ‏ : ‎ 978-1782167853
  • Item Weight ‏ : ‎ 1.15 pounds
  • Dimensions ‏ : ‎ 7.5 x 0.75 x 9 inches
  • Customer Reviews:
    3.5 out of 5 stars 20 ratings

About the author

Follow authors to get new release updates, plus improved recommendations.
Jacob Perkins
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Jacob Perkins is an open source programmer, NLP hacker, and startup entrepreneur. He is currently the CTO & co-founder of Weotta, a semantic search engine for local events, activities, restaurants and more. His major open source contributions are to NLTK, a Python toolkit for natural language processing, and Seahorse, the Gnome encryption key application.

Customer reviews

3.5 out of 5 stars
20 global ratings

Review this product

Share your thoughts with other customers

Top reviews from the United States

  • Reviewed in the United States on February 15, 2019
    Good book
  • Reviewed in the United States on October 23, 2014
    In its introduction, the Python 3 Text Processing with NLTK 3 Cookbook claims to skip the preamble and ignore pedagogy, letting you jump straight into text processing. Although it does skip the preamble, I would argue that this statement is false - it definitely does not skip the pedagogy. The examples this book shows you are practical, understandable and well-explained.

    The book is intended for those familiar with Python who want to use it in order to process natural language. Following this credo, there is no discussion about software design and no attempt to make especially elegant code. I tend to nitpick at code quality, and although there was nothing that upset me in the code examples here, they didn't awe me with their subtle beauty. However, the raw power of NLTK, combined with the flexibility of Python, impressed me deeply.

    The author takes you on a trip through a large section of natural language processing, starting with text tokenization and using Wordnet. I really enjoyed ideas on computing the semantic "distance" between different words by traversing subset trees. It then continues on to show you how to replace and correct words, tag parts of speech intexts, chunk texts and transform text chunks, and how to classify text. The whole thing is rounded off by a discussion on distributed processing with some nice examples of how to use execnet as a simple but effective message passing interface.

    Reading all these examples made me want to go out and write a search engine or a text classifier - with NLTK, daunting tasks in this field become easy.

    Above and beyond the practical text processing material in this book, what I enjoyed most was its coverage of various machine learning algorithms. The book definitely is not about machine learning, but it affords you a glimpse into the world of machine learning in a way that you can understand what you're doing if you're just using what different libraries give you out of the box. I appreciated these more extended explanations, which I often miss in texts involving machine learning.
    9 people found this helpful
    Report
  • Reviewed in the United States on December 4, 2014
    I'm rating this book relative to "Natural Language Processing with Python" (2009) - which you can currently get for free at http://www.nltk.org/book_1ed/. Unfortunately, the 2ed of that book won't be available until 2016.

    This book pales in comparison in communication, content, and utility as it relates to both NLTK and Python (in general) - you don't even get a table of contents.
    8 people found this helpful
    Report
  • Reviewed in the United States on February 4, 2017
    It's ok as an introduction, for example, when you are totally new to NLTK. However I found solutions are not the most effective nor very thorough.
  • Reviewed in the United States on November 19, 2017
    It's a GREAT book!
  • Reviewed in the United States on August 18, 2015
    Very poor book-
    A lot of content provided without proper resources.
    Many of his red URL or package are out dated and not useful at all.
    Very irresponsible author- i contact author about many issues he never ever answered
    4 people found this helpful
    Report
  • Reviewed in the United States on April 18, 2018
    Most Packt content sucks and they are overall a shady publisher but I can verify that I was actually able to use the high information words recipe to improve classification accuracy pretty substantially, so I definitely got concrete benefit with this one.
  • Reviewed in the United States on February 8, 2017
    Informative

Top reviews from other countries

  • rakesh patra
    5.0 out of 5 stars Must have for any NLP researcher
    Reviewed in India on August 27, 2021
    It’s a very good information and with lots of hands on code. Really useful for ppl who are in there mid journey on NLP research