Zoo Chatbot tutorial

Learn to use all the Zoo Chatbot APIs.

Learning objectives

This tutorial will teach you the following operations:

  • Tokenize a message.

  • Tag a tokenized message with part-of-speech tags.

  • Lemmatize a tokenized message.

  • Send a chat message and receive a suitable reply.

  • List all possible chat responses.

  • List the lemmatized data used for training the chatbot.

Prerequisites

Run the application locally by following the Install and run quickstart.