Zoo Chatbot tutorial

Learn to use all the Zoo Chatbot APIs.

Table of contents

  1. Learning objectives
  2. Prerequisites

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.


Table of contents