Skip to content

Commit

Permalink
Update link to corpus data
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Apr 29, 2017
1 parent 1db31c5 commit ff526fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/corpus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Corpus language availability
Corpus data is user contributed, but it is also not difficult to create one if you are familiar with the language.
This is because each corpus is just a sample of various input statements and their responses for the bot to train itself with.

To explore what languages and sets of corpora are available, check out the `chatterbot/corpus/data`_ directory in the repository.
To explore what languages and collections of corpora are available,
check out the `chatterbot_corpus/data`_ directory in the separate chatterbot-corpus repository.

.. note::
If you are interested in contributing a new language corpus, or adding content to an existing language in the corpus,
Expand All @@ -35,4 +36,4 @@ Here is an example:
.. literalinclude:: ../examples/export_example.py
:language: python

.. _chatterbot/corpus/data: https://github.com/gunthercox/ChatterBot/tree/master/chatterbot/corpus
.. _chatterbot_corpus/data: https://github.com/gunthercox/chatterbot-corpus/tree/master/chatterbot_corpus/data

0 comments on commit ff526fb

Please sign in to comment.