Skip to main content

Chatterbot corpus for Sugaroid

Project description

ChatterBot Language Training Corpus

Package Version Build Status

These modules are used to quickly train ChatterBot to respond to various inputs in different languages. Although much of ChatterBot is designed to be language independent, it is still useful to have these training sets available to prime a fresh database and make the variety of responses that a bot can yield much more diverse.

For instructions on how to use these data sets, please refer to the project documentation.

All training data contained within this corpus is user contributed.

If you are interested in contributing support for a new language please create a pull request. Additions are welcomed!

Create your own Corpus Training data

Chatterbot is a very flexible and dynamic chatbot that you easily can create your own training data and structure.

Create or copy an existing .yml file and put that file in a existing or a new directory you created under chatterbot_corpus\data\<NEW DIRECTORY> Edit that file with any text editor that you like to work with.

In the beginning of the file you set one or two categories.

categories:
- myown
- my own categories

Then can you start your actual training conversation data.

conversations:
- - Hello
  - Hello
- - Hi
  - Hello

Install your training corpus data to Django

You need to install chatterbot as the Quick Start Guide. When the installation are done, please go to (Virtual Env)/lib/pythonX.X/site-packages/chatterbot_corpus/data/ directory. Here is the same structure as you can find in this GitHub repo, here is the area where you can create your own directories and conversation files.

When you are done with your files, then can you edit the Django setting.py file and locate the chatterbot training section. Here do you need to add chatterbot.corpus.<DIRECTORY>.<FILENAME>

'training_data': [
     'chatterbot.corpus.english.greeting',
     'chatterbot.corpus.custom.myown',
     'chatterbot.corpus.swedish.food'
]

When you are done, please proceed with the Django Chatterbot Training session.

Unit Testing

“A true professional does not waste the time and money of other people by handing over software that is not reasonably free of obvious bugs; that has not undergone minimal unit testing; that does not meet the specifications and requirements; that is gold-plated with unnecessary features; or that looks like junk.” – Daniel Read

pip install -r dev-requirements.txt
nosetests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sugaroid-chatterbot-corpus-1.2.0.tar.gz (194.3 kB view details)

Uploaded Source

Built Distribution

sugaroid_chatterbot_corpus-1.2.0-py2.py3-none-any.whl (241.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sugaroid-chatterbot-corpus-1.2.0.tar.gz.

File metadata

  • Download URL: sugaroid-chatterbot-corpus-1.2.0.tar.gz
  • Upload date:
  • Size: 194.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1

File hashes

Hashes for sugaroid-chatterbot-corpus-1.2.0.tar.gz
Algorithm Hash digest
SHA256 63c04a7123e44ce8de37a4da084bc5693bbef609cd93783073a0b06e75d73b73
MD5 dd6df8c856ba23c1cf2d135736a5a208
BLAKE2b-256 c57c78bd206085921ef52fd188d86eb7a56cc9dd2144771c0153a1437a01c4a5

See more details on using hashes here.

File details

Details for the file sugaroid_chatterbot_corpus-1.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: sugaroid_chatterbot_corpus-1.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 241.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1

File hashes

Hashes for sugaroid_chatterbot_corpus-1.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 224ba4600d864afc9c6018629eb5038e12735a28f28f2238b460e57ba9b90473
MD5 9309da9da2ca18ab0da52919e10d62e7
BLAKE2b-256 64020b2b68807c9e2b894f11b3d7c2ab20630433e35cdfc69c0cad205d9eb7fc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page