Overview: Designing a Chatbot with spaCy
Let's look at what we will be learning in this section.
We'll cover the following...
In this chapter, we will use everything we have learned so far to design a chatbot. We will perform entity extraction, intent recognition, and context handling. We will use different ways of syntactic and semantic parsing, entity extraction, and text classification.
First, we'll explore the dataset we'll ...