Book description
This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you'll learn how to write Python programs that work with large collections of unstructured text. You'll access richly annotated datasets using a comprehensive range of linguistic data structures, and you'll understand the main algorithms for analyzing the content and structure of written communication.
Packed with examples and exercises, Natural Language Processing with Python will help you:
- Extract information from unstructured text, either to guess the topic or identify "named entities"
- Analyze linguistic structure in text, including parsing and semantic analysis
- Access popular linguistic databases, including WordNet and treebanks
- Integrate techniques drawn from fields as diverse as linguistics and artificial intelligence
This book will help you gain practical skills in natural language processing using the Python programming language and the Natural Language Toolkit (NLTK) open source library. If you're interested in developing web applications, analyzing multilingual news sources, or documenting endangered languages -- or if you're simply curious to have a programmer's perspective on how human language works -- you'll find Natural Language Processing with Python both fascinating and immensely useful.
Publisher resources
Table of contents
- Natural Language Processing with Python
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
- Preface
- 1. Language Processing and Python
- 2. Accessing Text Corpora and Lexical Resources
-
3. Processing Raw Text
- Accessing Text from the Web and from Disk
- Strings: Text Processing at the Lowest Level
- Text Processing with Unicode
- Regular Expressions for Detecting Word Patterns
- Useful Applications of Regular Expressions
- Normalizing Text
- Regular Expressions for Tokenizing Text
- Segmentation
- Formatting: From Lists to Strings
- Summary
- Further Reading
- Exercises
- 4. Writing Structured Programs
- 5. Categorizing and Tagging Words
- 6. Learning to Classify Text
- 7. Extracting Information from Text
- 8. Analyzing Sentence Structure
- 9. Building Feature-Based Grammars
- 10. Analyzing the Meaning of Sentences
- 11. Managing Linguistic Data
- A. Afterword: The Language Challenge
- B. Bibliography
- NLTK Index
- General Index
- About the Authors
- Colophon
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
Product information
- Title: Natural Language Processing with Python
- Author(s):
- Release date: June 2009
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596516499
You might also like
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Fluent Python, 2nd Edition
Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets …