Skip to content

Releases: gunthercox/ChatterBot

0.3.7

10 May 12:29
Compare
Choose a tag to compare
  • Added tests and small fixed for twitter adapter [https://github.com//pull/145]
  • Increased efficiency of mongodb adapter methods [e5a9869, 9829662]
  • Additional training data contributions

0.3.6

01 Apr 09:12
Compare
Choose a tag to compare
  • 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

30 Jan 17:34
Compare
Choose a tag to compare
  • 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

17 Jan 13:01
Compare
Choose a tag to compare
  • 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

04 Jan 11:30
Compare
Choose a tag to compare
  • 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

13 Dec 21:47
Compare
Choose a tag to compare
  • Correct issue with response objects using mongo storage adapter [https://github.com//pull/96]
  • Change response structure to list of dictionaries [https://github.com//pull/84]
  • Added mathematical evaluation capabilities [https://github.com//pull/80]

0.3.1

13 Dec 21:39
Compare
Choose a tag to compare
  • 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

28 Nov 16:16
Compare
Choose a tag to compare
  • Prevent statements that are not in response to a known statement from being passed to the logic adapter. [https://github.com//pull/81]

0.2.9

31 Oct 21:06
Compare
Choose a tag to compare
  • Added corpus data files to project's MANIFEST.in file.

0.2.8

28 Oct 00:52
Compare
Choose a tag to compare
  • All adapters now receive kwargs from ChatBot parameters.
  • Correct issue with corpus loading process [https://github.com//pull/69]