{"id":13467983,"url":"https://github.com/gunthercox/chatterbot-corpus","last_synced_at":"2026-02-14T17:12:32.333Z","repository":{"id":40365077,"uuid":"78596930","full_name":"gunthercox/chatterbot-corpus","owner":"gunthercox","description":"A multilingual dialog corpus","archived":false,"fork":false,"pushed_at":"2025-03-24T21:19:16.000Z","size":597,"stargazers_count":1396,"open_issues_count":64,"forks_count":1152,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-04-23T18:48:27.392Z","etag":null,"topics":["chatterbot","corpus","dialog","language","yaml"],"latest_commit_sha":null,"homepage":"http://corpus.chatterbot.us/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gunthercox.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-11T02:56:38.000Z","updated_at":"2025-04-18T11:44:11.000Z","dependencies_parsed_at":"2024-09-29T23:01:38.825Z","dependency_job_id":"5db0d02d-d775-4c80-b08a-0b8eeb468472","html_url":"https://github.com/gunthercox/chatterbot-corpus","commit_stats":{"total_commits":373,"total_committers":72,"mean_commits":5.180555555555555,"dds":0.6380697050938338,"last_synced_commit":"ae8ccd2912baa79cf0412c3c0822835dab64059c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fchatterbot-corpus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fchatterbot-corpus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fchatterbot-corpus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fchatterbot-corpus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gunthercox","download_url":"https://codeload.github.com/gunthercox/chatterbot-corpus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843371,"owners_count":21972899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatterbot","corpus","dialog","language","yaml"],"created_at":"2024-07-31T15:01:03.652Z","updated_at":"2026-02-01T16:03:23.378Z","avatar_url":"https://github.com/gunthercox.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# ChatterBot Language Training Corpus\n\n[![Package Version](https://img.shields.io/pypi/v/chatterbot-corpus.svg)](https://pypi.python.org/pypi/chatterbot-corpus/)\n\nThese modules are used to quickly train ChatterBot to respond to various inputs in different languages.\nAlthough much of ChatterBot is designed to be language independent, it is still useful to have these\ntraining sets available to prime a fresh database and make the variety of responses that a bot can yield\nmuch more diverse.\n\nFor instructions on how to use these data sets, please refer to the [project documentation](https://docs.chatterbot.us/training.html#training-with-corpus-data).\n\nAll training data contained within this corpus is user contributed.\n\nIf you are interested in contributing support for a new language please create a pull request. Additions are welcomed!\n\n# Create your own Corpus Training data\n\nChatterbot is a very flexible and dynamic chatbot that you easily can create your own training data and structure.\n\nCreate or copy an existing .yml file and put that file in a existing or a new directory you created under `chatterbot_corpus\\data\\\u003cNEW DIRECTORY\u003e`\nEdit that file with any text editor that you like to work with.\n\nIn the beginning of the file you set one or two categories.\n```\ncategories:\n- myown\n- my own categories\n````\n\nThen can you start your actual training conversation data.\n\n```\nconversations:\n- - Hello\n  - Hello\n- - Hi\n  - Hello\n```\n\n# Install your training corpus data to Django\nYou need to install chatterbot as the [Quick Start Guide](https://docs.chatterbot.us/quickstart/).\nWhen the installation are done, please go to `(Virtual Env)/lib/pythonX.X/site-packages/chatterbot_corpus/data/` directory.\nHere 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.\n\nWhen you are done with your files, then can you edit the Django `setting.py` file and locate the chatterbot training section. \nHere do you need to add `chatterbot.corpus.\u003cDIRECTORY\u003e.\u003cFILENAME\u003e`\n\n```\n    'training_data': [\n         'chatterbot.corpus.english.greeting',\n         'chatterbot.corpus.custom.myown',\n         'chatterbot.corpus.swedish.food'\n    ]\n```\n\nWhen you are done, please proceed with the Django Chatterbot Training session. \n\n# Unit Testing\n\n“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\n\n```bash\npython -Wonce -m unittest discover -s tests -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunthercox%2Fchatterbot-corpus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgunthercox%2Fchatterbot-corpus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunthercox%2Fchatterbot-corpus/lists"}