LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
ChatterBotPy.egg-info/PKG-INFO
ChatterBotPy.egg-info/SOURCES.txt
ChatterBotPy.egg-info/dependency_links.txt
ChatterBotPy.egg-info/requires.txt
ChatterBotPy.egg-info/top_level.txt
ChatterBotPy.egg-info/zip-safe
chatterbot_py/__init__.py
chatterbot_py/__main__.py
chatterbot_py/adapters.py
chatterbot_py/chatterbot.py
chatterbot_py/comparisons.py
chatterbot_py/constants.py
chatterbot_py/conversation.py
chatterbot_py/corpus.py
chatterbot_py/exceptions.py
chatterbot_py/filters.py
chatterbot_py/languages.py
chatterbot_py/parsing.py
chatterbot_py/preprocessors.py
chatterbot_py/response_selection.py
chatterbot_py/search.py
chatterbot_py/tagging.py
chatterbot_py/trainers.py
chatterbot_py/utils.py
chatterbot_py/ext/__init__.py
chatterbot_py/ext/django_chatterbot/__init__.py
chatterbot_py/ext/django_chatterbot/abstract_models.py
chatterbot_py/ext/django_chatterbot/admin.py
chatterbot_py/ext/django_chatterbot/apps.py
chatterbot_py/ext/django_chatterbot/model_admin.py
chatterbot_py/ext/django_chatterbot/models.py
chatterbot_py/ext/django_chatterbot/settings.py
chatterbot_py/ext/django_chatterbot/migrations/0001_initial.py
chatterbot_py/ext/django_chatterbot/migrations/0002_statement_extra_data.py
chatterbot_py/ext/django_chatterbot/migrations/0003_change_occurrence_default.py
chatterbot_py/ext/django_chatterbot/migrations/0004_rename_in_response_to.py
chatterbot_py/ext/django_chatterbot/migrations/0005_statement_created_at.py
chatterbot_py/ext/django_chatterbot/migrations/0006_create_conversation.py
chatterbot_py/ext/django_chatterbot/migrations/0007_response_created_at.py
chatterbot_py/ext/django_chatterbot/migrations/0008_update_conversations.py
chatterbot_py/ext/django_chatterbot/migrations/0009_tags.py
chatterbot_py/ext/django_chatterbot/migrations/0010_statement_text.py
chatterbot_py/ext/django_chatterbot/migrations/0011_blank_extra_data.py
chatterbot_py/ext/django_chatterbot/migrations/0012_statement_created_at.py
chatterbot_py/ext/django_chatterbot/migrations/0013_change_conversations.py
chatterbot_py/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py
chatterbot_py/ext/django_chatterbot/migrations/0015_statement_persona.py
chatterbot_py/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py
chatterbot_py/ext/django_chatterbot/migrations/0017_tags_unique.py
chatterbot_py/ext/django_chatterbot/migrations/0018_text_max_length.py
chatterbot_py/ext/django_chatterbot/migrations/__init__.py
chatterbot_py/ext/sqlalchemy_app/__init__.py
chatterbot_py/ext/sqlalchemy_app/models.py
chatterbot_py/logic/__init__.py
chatterbot_py/logic/best_match.py
chatterbot_py/logic/logic_adapter.py
chatterbot_py/logic/mathematical_evaluation.py
chatterbot_py/logic/specific_response.py
chatterbot_py/logic/time_adapter.py
chatterbot_py/logic/unit_conversion.py
chatterbot_py/storage/__init__.py
chatterbot_py/storage/django_storage.py
chatterbot_py/storage/mongodb.py
chatterbot_py/storage/sql_storage.py
chatterbot_py/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