github gunthercox/ChatterBot 0.7.0

latest releases: 1.0.8, 1.0.7, 1.1.0a7...
6 years ago

(Soft) breaking changes:

  • Switch to SQL adapter as the default storage adapter for ChatterBot #796
    • If you were previously using the default adapter (JsonFileStorageAdapter) and wish to continue using it you must specify storage_adapter="chatterbot.storage.JsonFileStorageAdapter" when initializeing your ChatBot.
  • Documentation and Example updated to reference SQLStorageAdapter #808

Updates and improvements:

  • Update initialization to download stopwords only if needed #803
  • Add command line utility to list NLTK data directories #805
  • Add search to response Django admin #810
  • Code clan up in training module #809
  • Update to next version of ChatterBot corpus #819
    • Document the format of the ChatterBot corpus #818

Bug fixes

  • Correct order responses are saved in #813
  • Correct file extraction check for Ubuntu dialog corpus #816

Don't miss a new ChatterBot release

NewReleases is sending notifications on new releases.