LICENSE
README.md
pyproject.toml
setup.cfg
ChatterBot.egg-info/PKG-INFO
ChatterBot.egg-info/SOURCES.txt
ChatterBot.egg-info/dependency_links.txt
ChatterBot.egg-info/requires.txt
ChatterBot.egg-info/top_level.txt
chatterbot/__init__.py
chatterbot/__main__.py
chatterbot/adapters.py
chatterbot/chatterbot.py
chatterbot/comparisons.py
chatterbot/components.py
chatterbot/constants.py
chatterbot/conversation.py
chatterbot/corpus.py
chatterbot/exceptions.py
chatterbot/filters.py
chatterbot/languages.py
chatterbot/llm.py
chatterbot/parsing.py
chatterbot/preprocessors.py
chatterbot/response_selection.py
chatterbot/search.py
chatterbot/tagging.py
chatterbot/trainers.py
chatterbot/utils.py
chatterbot/vectorstores.py
chatterbot/ext/__init__.py
chatterbot/ext/django_chatterbot/__init__.py
chatterbot/ext/django_chatterbot/abstract_models.py
chatterbot/ext/django_chatterbot/admin.py
chatterbot/ext/django_chatterbot/apps.py
chatterbot/ext/django_chatterbot/model_admin.py
chatterbot/ext/django_chatterbot/models.py
chatterbot/ext/django_chatterbot/settings.py
chatterbot/ext/django_chatterbot/migrations/0001_initial.py
chatterbot/ext/django_chatterbot/migrations/0002_statement_extra_data.py
chatterbot/ext/django_chatterbot/migrations/0003_change_occurrence_default.py
chatterbot/ext/django_chatterbot/migrations/0004_rename_in_response_to.py
chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py
chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py
chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py
chatterbot/ext/django_chatterbot/migrations/0008_update_conversations.py
chatterbot/ext/django_chatterbot/migrations/0009_tags.py
chatterbot/ext/django_chatterbot/migrations/0010_statement_text.py
chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py
chatterbot/ext/django_chatterbot/migrations/0012_statement_created_at.py
chatterbot/ext/django_chatterbot/migrations/0013_change_conversations.py
chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py
chatterbot/ext/django_chatterbot/migrations/0015_statement_persona.py
chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py
chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py
chatterbot/ext/django_chatterbot/migrations/0018_text_max_length.py
chatterbot/ext/django_chatterbot/migrations/0019_alter_statement_id_alter_tag_id_and_more.py
chatterbot/ext/django_chatterbot/migrations/0020_alter_statement_conversation_and_more.py
chatterbot/ext/django_chatterbot/migrations/__init__.py
chatterbot/ext/sqlalchemy_app/__init__.py
chatterbot/ext/sqlalchemy_app/models.py
chatterbot/logic/__init__.py
chatterbot/logic/best_match.py
chatterbot/logic/logic_adapter.py
chatterbot/logic/mathematical_evaluation.py
chatterbot/logic/specific_response.py
chatterbot/logic/time_adapter.py
chatterbot/logic/unit_conversion.py
chatterbot/storage/__init__.py
chatterbot/storage/django_storage.py
chatterbot/storage/mongodb.py
chatterbot/storage/redis.py
chatterbot/storage/sql_storage.py
chatterbot/storage/storage_adapter.py
tests/test_adapter_validation.py
tests/test_benchmarks.py
tests/test_chatbot.py
tests/test_cli.py
tests/test_comparisons.py
tests/test_conversations.py
tests/test_corpus.py
tests/test_examples.py
tests/test_filters.py
tests/test_initialization.py
tests/test_languages.py
tests/test_parsing.py
tests/test_preprocessors.py
tests/test_response_selection.py
tests/test_search.py
tests/test_tagging.py
tests/test_turing.py
tests/test_utils.py