Skip to content

Commit

Permalink
Add documentation for Ubuntu corpus trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Nov 24, 2016
1 parent 47bfb45 commit 61a7f81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/training.rst
Expand Up @@ -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
=============================

Expand Down

0 comments on commit 61a7f81

Please sign in to comment.