Releases: gunthercox/ChatterBot
Releases · gunthercox/ChatterBot
0.3.7
0.3.6
- Added Italian training data [https://github.com//pull/134]
- Remove Mac-only speech synthesis adapter [https://github.com//pull/138]
- Increase the accuracy of the closest-meaning logic adapter [https://github.com//pull/140]
- IO multiadapter returns adapter value instead of statement text [https://github.com/gunthercox/ChatterBot/commit/f99e821a45548f30124ea9c8a82c0bdeed8cc796]
0.3.5
- Additional data added to the Portuguese language corpus.
- Increased test coverage.
- Fixed bug with filtering on json adapter [https://github.com/gunthercox/ChatterBot/commit/7a80aa1c6a80b905222fe83c980e39f1e1d71ab8]
- Fix closest match adapter to return a confidence value between 0 and 1 [https://github.com//pull/113]
- Added support for outputting to multiple IO adapters
0.3.4
- Added time logic adapter to answer questions such as "What is the current time?"
- Converted mathematical evaluation plugin into a logic adapter
0.3.3
- Added Twitter storage adapter
- Added context so each adapter can reference other adapter types
- Added remote mongodb capabilities to adapter
- Added data for Portuguese language corpus
- Added support for multiple logic adapters
0.3.2
0.3.1
0.3.0
0.2.9
- Added corpus data files to project's
MANIFEST.in
file.