chatterbot/__init__.py,sha256=iBVfwhZDuMa6b3b8K4yEPpv5au20lz6xOCVT5hfI6cs,135
chatterbot/__main__.py,sha256=k5l5gmpI-0uAmArWe-acC5Za4bcocevXUQ8K9vDksug,512
chatterbot/adapters.py,sha256=LJ_KqLpHKPdYAFpMGK63RVH4weV5X0Zh5uGyan6qdVU,878
chatterbot/chatterbot.py,sha256=MW49eT0Wj4xyw0l6rbRHjflRgHmk7wVA163GQrqSeZ8,10017
chatterbot/comparisons.py,sha256=Yjp7ZPa1wSvsaCse0EpTZhgw2kfiGzYKFHAB6QZpttg,6306
chatterbot/constants.py,sha256=c_KPQKc82CHX6H3maeyTYqWatx6j-N-8HJhmejoVi60,1875
chatterbot/conversation.py,sha256=A2GnQKJLbnAvCjes7MFuLcz4cypJW6B6QtNicu6fp8g,3177
chatterbot/corpus.py,sha256=n1sFU0KF-oRdj7g3nXft7uHOVilwbj_mVZnaeIHgC54,2409
chatterbot/exceptions.py,sha256=gqAlckDna6SB53kyqutmCtCqWxia40WBdUOnGVQ2Kbk,163
chatterbot/filters.py,sha256=vDSDJz2FM10xT6ybs7qJiqy4X5I4gTEfwEnjBGUxZ9g,847
chatterbot/languages.py,sha256=oyLWNbm5dub8cTwStLaBfKhY_m-4o-9hEPAuIGOo5Xk,32791
chatterbot/parsing.py,sha256=vS-w70cMkjq4YEpDOv_pXWhAI6Zj06WYDAcMDhYDj0M,23174
chatterbot/preprocessors.py,sha256=JU0i4BxmS5SfKgK_iUDuM0xrWIsx6niD_5ygAzXf24I,1128
chatterbot/response_selection.py,sha256=9E7CJKlC3UCHTGvEmYvfE9cEHOltJeU77z9NfRzmeB8,2950
chatterbot/search.py,sha256=hfKUagTljJnu0Q7i5bIGnBn8Hyw9UP9QHWIaegu-cgY,5138
chatterbot/tagging.py,sha256=UUsq12chIpQpExdprdFtCuomudFxiRUAjBoFXemVgkQ,2019
chatterbot/trainers.py,sha256=H8T6a6GefrzUEarLVDcM9ZTOPWocSqk2fxjUJN7wqGo,13186
chatterbot/utils.py,sha256=yOEaTLi4bNrleLtZoV8koPrRG-qMDklo7qx-EZ5mCoc,3256
chatterbot/ext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
chatterbot/ext/django_chatterbot/__init__.py,sha256=iWzmBzpAsYwkwi1faxAPFY9L1bbL97RgVXK2uqULIMc,92
chatterbot/ext/django_chatterbot/abstract_models.py,sha256=PkuBGS0uv2toL3jGE1U6HJLCLXoKwpRNohm9JbVT_y4,3303
chatterbot/ext/django_chatterbot/admin.py,sha256=jyCJGLRcRoeaoYWZFv-TCivcDUNTE4Li7pmYE8_hYCM,266
chatterbot/ext/django_chatterbot/apps.py,sha256=Gsk3wEv2raklK79D8eKXXEY1OMMjGHnFIFSdvnaMgzo,195
chatterbot/ext/django_chatterbot/model_admin.py,sha256=aJVE6u1fquMrvFTm_0aclK6FSAcUtfZcj-RPnXmm6iM,353
chatterbot/ext/django_chatterbot/models.py,sha256=GqIXvDxSRKaeFgAVh71t9MRS6qEAIOUQ8a42I4wBxYs,360
chatterbot/ext/django_chatterbot/settings.py,sha256=JH59sMoX06yC346VCA7W1unQkiNnHE2ryAMgEiYWogo,430
chatterbot/ext/django_chatterbot/migrations/0001_initial.py,sha256=mZQYculJOOVyo9QdSlnbT3Bp_B5_e7y81aEyRQjfRgQ,1266
chatterbot/ext/django_chatterbot/migrations/0002_statement_extra_data.py,sha256=hbMubk-eBsseP8QZ5pxt13jrxP5e5RJyEFOqxxk5Tzk,441
chatterbot/ext/django_chatterbot/migrations/0003_change_occurrence_default.py,sha256=maDz1Y9F5oTeCFotQdk7Tf-hpkjWVUqiDVXP4nQJTNg,408
chatterbot/ext/django_chatterbot/migrations/0004_rename_in_response_to.py,sha256=La5TuiyeCFvwKJKyg6SAuEvVwVziRhkHta8FeNuD3G4,782
chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py,sha256=dTjr5lQFLtRpbaWld6HCALVHafEApJvvzZbLOWxeLQA,570
chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py,sha256=cesJiUAiaq1FcGXCM3vUVWAXWu6uPgUkUy8zzHYj91Y,1047
chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py,sha256=XwMvGh56cuEzgRs3rXfHkTXeR-p38Q85ZqYKj5godKk,564
chatterbot/ext/django_chatterbot/migrations/0008_update_conversations.py,sha256=k7nAs8h4Ok7P-Qqj-pEtusy88gYA9JGXmNigN-84AQ4,837
chatterbot/ext/django_chatterbot/migrations/0009_tags.py,sha256=ndPzuUKc3it3f5HVkRdGWF6OjBMFvxz5jaE1nlS5NyA,947
chatterbot/ext/django_chatterbot/migrations/0010_statement_text.py,sha256=U99Klwk3NzGethGb4SraUhwYX9Us1xJIEB0YDrPaYJk,397
chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py,sha256=xUoKrUTK-Jz8DNr9KOc93JGDJACwOnpKoCGgmFlVmB0,412
chatterbot/ext/django_chatterbot/migrations/0012_statement_created_at.py,sha256=mO9lu8nkjfpphxn2sTQs7S6pcKB5jXw8jf1q8MRcN0A,515
chatterbot/ext/django_chatterbot/migrations/0013_change_conversations.py,sha256=o0Ius4uYXRA2b0ISuAUjc3AKHnjjQ1mv7lcrvIBsXys,1262
chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py,sha256=JZWpJcSpXzXAbcM7XO9GJMCTsjCxhtWEQu_tUHIzbjY,298
chatterbot/ext/django_chatterbot/migrations/0015_statement_persona.py,sha256=C3NgYEDz03XuO4PpQQvbZi7yvh7QTsRV0NIEMTE_gZA,406
chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py,sha256=c5gNoTd8X4OJ2hIH9AUZS0px5mhs27ywNNSYJit3qcw,547
chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py,sha256=3RGCsV9fAFAYjuyHbGVUXFdzvT3fj9FAKoNZmyfaR9M,692
chatterbot/ext/django_chatterbot/migrations/0018_text_max_length.py,sha256=508TxWE8xGff1jKExxxBj9Ulu9Exz6rWDHnNxFli2xU,876
chatterbot/ext/django_chatterbot/migrations/0019_alter_statement_id_alter_tag_id_and_more.py,sha256=rsVxwDFMQ-cU1KMhjDq9Wcl_6gTPKc_dc3p-gv_R7v8,999
chatterbot/ext/django_chatterbot/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
chatterbot/ext/sqlalchemy_app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
chatterbot/ext/sqlalchemy_app/models.py,sha256=pjU4e2BUSitw_IAkrk4iFQ9pZRU35y5MomvX7aiBFCw,2492
chatterbot/logic/__init__.py,sha256=28-5swBCPfSVMl8xB5C8frOKZ2oj28rQfenbd9E4r-4,531
chatterbot/logic/best_match.py,sha256=iueuuK6WTTywqskwC1CuWD2uHgA65Hz30h8tce_H1bU,4619
chatterbot/logic/logic_adapter.py,sha256=beG6ihOsX1SVZsbJpQc0Bd8cymiHD91aHthvkHZqZTk,4702
chatterbot/logic/mathematical_evaluation.py,sha256=GPDKUwNFajERof2R-MkPGi2jJRP-rKAGm_f0V9JHDHE,2282
chatterbot/logic/specific_response.py,sha256=_VeJaa3kun0J7cVzLOlTYK1tBpth0B6UWms7QwtcNpY,1082
chatterbot/logic/time_adapter.py,sha256=8f-KgN3dH4k34rvPgvXT6qBeViHZYdYs7Ghcj_g4CqI,3415
chatterbot/logic/unit_conversion.py,sha256=DT50HHE3njUo_ttDSU8S-fwBylarhDF3l_McRLSX6Ic,5823
chatterbot/storage/__init__.py,sha256=IymIHfeisvULQzUYsQSiUBbWIZ1m5EzyMVI082tTw5w,369
chatterbot/storage/django_storage.py,sha256=qW9L5Dp8OVX5cejbpUP9PSxkq5aKpxXx2a-omFhWG94,6516
chatterbot/storage/mongodb.py,sha256=nRRYVRypd_viRHTkYPf5ILpK9Umd6Efvb7fW4hO6n-4,8487
chatterbot/storage/sql_storage.py,sha256=slqoeW_p8QhgNaGy-bbvWQU-cH7YPVYiboBH68ZpBtk,12761
chatterbot/storage/storage_adapter.py,sha256=QwY3cGVpZLxkmww0OnPGZbdOykuOZT7WSKYHq84TgI0,5956
ChatterBot-1.2.0.dist-info/LICENSE,sha256=5b04U8mi0wp5gJMYlKi49EalnD9Q2nwY_6UEI_Avgu4,1476
ChatterBot-1.2.0.dist-info/METADATA,sha256=NabU2xMgSPyyL47XmPxhCNvGWDOMpegcWVjAoIcUUyY,6357
ChatterBot-1.2.0.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
ChatterBot-1.2.0.dist-info/top_level.txt,sha256=W2TzAbAJ-eBXTIKZZhVlkrh87msJNmBQpyhkrHqjSrE,11
ChatterBot-1.2.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
ChatterBot-1.2.0.dist-info/RECORD,,
