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
- Corrected issue with first statement without known replies. [https://github.com/gunthercox/ChatterBot/commit/99c307b08ce51d5be1688afa4f1f48b5a0937d34]
- Removed broken twitter adapter. This is being rebuilt in #55
- Fixed kwargs not being passed to ClosestMeaningAdapter [https://github.com//pull/87]
0.3.0
0.2.9
- Added corpus data files to project's
MANIFEST.in
file.