0.4.7
Bug fixes
- Fix some formatting issues in Portuguese corpus [https://github.com/gunthercox/ChatterBot/commit/1ed1afad690ee5c4e10d81f285dcb5ddb2a4bad1]
- Remove empty file from French corpus [https://github.com/gunthercox/ChatterBot/commit/db2f758bc0d7d1632e5f9dfaab2b48721518af88]
- Return a confidence of zero if a random response is selected [https://github.com//pull/244]
- Check count variable in Mongo DB adapter before it is used (via @navyad) [https://github.com//pull/253]
- Pass correct arguments to tie breaking methods (via @davizucon ) [https://github.com//pull/268]
Features
- Add ability to export database as ChatterBot training corpus [https://github.com//pull/239]
- Add info level logging [https://github.com//pull/245]
- Pass existing extra data from input through to processed response (via @gsingers) [https://github.com//pull/263]
Documentation
- Added a program flow diagram [https://github.com//issues/246]
Deprecation
- Rename
JsonDatabaseAdapter
toJsonFileStorageAdapter
to more accurately describe the adapter [https://github.com/gunthercox/ChatterBot/commit/3f626eceb50ffe3b579d1606c92c335d50684fb8]