Skip to content

Release v6.0.0

Compare
Choose a tag to compare
@rabidgremlin rabidgremlin released this 12 Nov 10:05
· 15 commits to master since this release

Changes:

  • Upgraded all the libraries (except for Ink).
  • Introduced IntentBot and IntentBotResponse
  • No more debug values
  • The way scores are handled has been updated. Now returned as MatcherScores inside the IntentBotResponse
  • The matched intent is also in the IntentBotResponse
  • IntentMatchers should now return NoIntentMatch instead of null
  • Removal of default phrases and the introduction of the RepromptGenerator interface so bots can generate custom reprompts.
  • Removal of Jodatime
  • Upgrade to latest OpenNLP. Doc trainier no longer accepts tokenizer parameter. Always uses whitespace tokenizer so build scripts will need changing