Skip to content

Releases: rodrigopivi/Chatito

2.3.5

03 Oct 17:08
Compare
Choose a tag to compare
  • Improve warn message when generating all combinations for an intent. Ref: #82

2.3.4

22 Jul 17:31
Compare
Choose a tag to compare
  • Auto aliases configurable behavior. Ref: #76

2.3.3

13 Jul 14:43
Compare
Choose a tag to compare
  • Failed attempt to fix Google Colab flair adapter. Seems like node's writeStream is not working as expected on that env, needs a revisit.

2.3.2

02 Jul 18:44
Compare
Choose a tag to compare

CHANGES:

  • Added sequential all examples generation #75
  • Improvements to calculate max possible combinations (cardinality) #75
  • Improv circular entities references #75
  • Update NPM package dependencies

2.3.1

26 Jun 02:11
Compare
Choose a tag to compare

CHANGES:

  • Fixed cli argument for defaultDistribution

2.3.0

26 Jun 01:22
Compare
Choose a tag to compare

CHANGES:

  • Weighted probability #72 #71
  • Regular and even distribution #71
  • Snips NLU fix format #73
  • Be able to declare when to use aliases #69
  • Flair adapter

BREAKING CHANGES:

  • Rasa adapter entity aliases now require the alias argument defined as 'true'.

2.2.2

28 May 13:22
Compare
Choose a tag to compare
  • Fix rasa synonyms generation bug. Ref: #69

2.2.1

13 May 14:20
Compare
Choose a tag to compare
  • fix bug single sentence with probs reducer exception 792e0ae

2.2.0

10 May 05:41
Compare
Choose a tag to compare
  • Probability operator to have more control of the generator paths
  • Comments can start with # and //
  • Importing of chatito files and sharing definitions
  • Add LUIS adapter
  • Add note on overfitting and improve docs
  • Fix Rasa synonims handling bug #58

2.1.5

18 Sep 19:09
Compare
Choose a tag to compare
  • Update spec to allow 'slot' entities inside 'aliases'
  • Implement slot inside aliases
  • Prevent loop references and slots inside slots references
  • Update dependencies