0.7.0
(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 specifystorage_adapter="chatterbot.storage.JsonFileStorageAdapter"
when initializeing yourChatBot
.
- If you were previously using the default adapter (
- 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