Skip to content

0.4.6

Compare
Choose a tag to compare
@gunthercox gunthercox released this 16 Aug 20:58
· 1351 commits to master since this release

Bug fixes

  • Correct issue with statement response serialization [https://github.com//pull/224]
  • Correct unicode equality issue in python 2.7 [https://github.com//pull/222]
  • Add new list_corpus_files method to corpus class [https://github.com//pull/229]

Maintenance

  • Simplify import for the chatterbot.training.trainers module [https://github.com//pull/228]

Training data additions

  • Addition of French training data thanks to @alekaizer
  • Addition of Chinese training data thanks to @wwj718

Examples

  • Tkinter example is now compatible with python3 [https://github.com//pull/225] thanks to @wwj718