From 61a7f818145e8599140c45aafe4edaa47f3a265f Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Thu, 24 Nov 2016 11:42:39 -0500 Subject: [PATCH] Add documentation for Ubuntu corpus trainer --- docs/training.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/training.rst b/docs/training.rst index 8acf97ee1..880fcaeae 100644 --- a/docs/training.rst +++ b/docs/training.rst @@ -127,6 +127,20 @@ Twitter training example :language: python +Training with the Ubuntu dialog corpus +====================================== + +.. autofunction:: chatterbot.trainers.UbuntuCorpusTrainer + +This training class makes it possible to train your chat bot using the Ubuntu +dialog corpus. Becaue of the file size of the Ubuntu dialog corpus, the download +and training process may take a considerable amount of time. + +This training class will handle the process of downloading the compressed corpus +file and extracting it. If the file has already been downloaded, it will not be +downloaded again. If the file is already extracted, it will not be extracted again. + + Creating a new training class =============================