This chapter will show you how to train an automatic chatbot that will be able to answer simple and generic questions, and how to create an endpoint over HTTP for providing the answers via an API. More specifically, we will show:
- What's the corpus and how to preprocess the corpus
- How to train a chatbot and how to test it
- How to create an HTTP endpoint to expose the API