Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Python Text Processing with NLTK 2.0 Cookbook: LITE
  • Table Of Contents Toc
Python Text Processing with NLTK 2.0 Cookbook: LITE

Python Text Processing with NLTK 2.0 Cookbook: LITE

By : Jacob Perkins
1 (1)
close
close
Python Text Processing with NLTK 2.0 Cookbook: LITE

Python Text Processing with NLTK 2.0 Cookbook: LITE

1 (1)
By: Jacob Perkins

Overview of this book

The learn-by-doing approach of this book will enable you to dive right into the heart of text processing from the very first page. Each recipe is carefully designed to fulfill your appetite for Natural Language Processing. Packed with numerous illustrative examples and code samples, it will make the task of using the NLTK for Natural Language Processing easy and straightforward. This book is for Python programmers who want to quickly get to grips with using the NLTK for Natural Language Processing. Familiarity with basic text processing concepts is required. Programmers experienced in the NLTK will also find it useful. Students of linguistics will find it invaluable.
Table of Contents (5 chapters)
close
close

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "Now we want to split para into sentences. First we need to import the sentence tokenization function, and then we can call it with the paragraph as an argument."

A block of code is set as follows:

	>>> para = "Hello World. It’s good to see you. Thanks for buying this
book."
	>>> from nltk.tokenize import sent_tokenize
	>>> sent_tokenize(para)

New terms and important words are shown in bold.

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Python Text Processing with NLTK 2.0 Cookbook: LITE
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon