Skip to content
SimGus edited this page Feb 21, 2019 · 23 revisions

Welcome to the Chatette wiki!

This wiki describes two things:

  • how to use Chatette
  • the Domain Specific Language used to make its input templates

It is strongly advised to know what Natural Language Understanding is or to have read and understood the documentation of Rasa NLU before reading this wiki.

Introduction

Chatette is a Python package intended to developers of chatbots and other NLP tasks. This script is able to generate a large number of examples from a smaller description of their contents, i.e. templates, and this, in a completely custom way. Its primary objective is to produce example sentences for Rasa NLU.

It is available to be downloaded and installed on PyPI or GitHub. The program is released under the MIT license (see the license file).

A longer discussion of the purpose and future of this program can be found here. Also, a list of the changes made for each version is available here. Finally, if you want to contribute to this project, please follow the instructions and rules that can be found here and here.

Table of contents