October 2018
Intermediate to advanced
472 pages
10h 57m
English
We just created a very basic chatbot that can understand the user's query and then respond to the customer accordingly. But it is not yet capable of understanding the context, because it can not extract information such as the product name, places, or any other entities.
To build a bot that understands the context (intent) and can also extract the entities, we need an NLP pipeline that can perform intent classification, along with NER extraction, and then provide an accurate response.
To do that, we will use an open source project called Rasa NLU (https://github.com/RasaHQ/rasa_nlu).
Rasa NLU is a Natural Language Understanding ...
Read now
Unlock full access