Book description
Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and easily. You’ll learn how to leverage the spaCy library to extract meaning from text intelligently; how to determine the relationships between words in a sentence (syntactic dependency parsing); identify nouns, verbs, and other parts of speech (part-of-speech tagging); and sort proper nouns into categories like people, organizations, and locations (named entity recognizing). You’ll even learn how to transform statements into questions to keep a conversation going.
You’ll also learn how to:
•Work with word vectors to mathematically find words with similar meanings (Chapter 5)
•Identify patterns within data using spaCy's built-in displaCy visualizer (Chapter 7)
•Automatically extract keywords from user input and store them in a relational database (Chapter 9)
•Deploy a chatbot app to interact with users over the internet (Chapter 11)
“Try This” sections in each chapter encourage you to practice what you’ve learned by expanding the book’s example scripts to handle a wider range of inputs, add error handling, and build professional-quality applications.
By the end of the book, you’ll be creating your own NLP applications with Python and spaCy.
Table of contents
- Cover Page
- Title Page
- Copyright Page
- About the Authors
- About the Technical Reviewer
- BRIEF CONTENTS
- CONTENTS IN DETAIL
- INTRODUCTION
- 1 HOW NATURAL LANGUAGE PROCESSING WORKS
- 2 THE TEXT-PROCESSING PIPELINE
- 3 WORKING WITH CONTAINER OBJECTS AND CUSTOMIZING SPACY
- 4 EXTRACTING AND USING LINGUISTIC FEATURES
- 5 WORKING WITH WORD VECTORS
- 6 FINDING PATTERNS AND WALKING DEPENDENCY TREES
- 7 VISUALIZATIONS
- 8 INTENT RECOGNITION
- 9 STORING USER INPUT IN A DATABASE
- 10 TRAINING MODELS
- 11 DEPLOYING YOUR OWN CHATBOT
- 12 IMPLEMENTING WEB DATA AND PROCESSING IMAGES
- LINGUISTIC PRIMER
- INDEX
Product information
- Title: Natural Language Processing with Python and spaCy
- Author(s):
- Release date: April 2020
- Publisher(s): No Starch Press
- ISBN: 9781718500525
You might also like
book
Natural Language Processing with Python
This book offers a highly accessible introduction to natural language processing, the field that supports a …
book
Natural Language Processing with PyTorch
Natural Language Processing (NLP) provides boundless opportunities for solving problems in artificial intelligence, making products such …
video
Deep Learning for Natural Language Processing, 2nd Edition
Nearly 4 Hours of Video Instruction An intuitive introduction to processing natural language data with TensorFlow-Keras …
book
Data Analysis with Python and PySpark
Think big about your data! PySpark brings the powerful Spark big data processing engine to the …