Chatito Versions Save

🎯🗯 Dataset generation for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!

2.3.5

4 years ago

2.3.4

4 years ago
  • Auto aliases configurable behavior. Ref: #76

2.3.3

4 years ago
  • 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

4 years ago

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

4 years ago

CHANGES:

  • Fixed cli argument for defaultDistribution

2.3.0

4 years ago

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

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago
  • 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 https://github.com/rodrigopivi/Chatito/issues/58

2.1.5

5 years ago
  • Update spec to allow 'slot' entities inside 'aliases'
  • Implement slot inside aliases
  • Prevent loop references and slots inside slots references
  • Update dependencies