Releases: rodrigopivi/Chatito
Releases · rodrigopivi/Chatito
2.3.5
- Improve warn message when generating all combinations for an intent. Ref: #82
2.3.4
- Auto aliases configurable behavior. Ref: #76
2.3.3
- 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
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
CHANGES:
- Fixed cli argument for
defaultDistribution
2.3.0
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
- Fix rasa synonyms generation bug. Ref: #69
2.2.1
- fix bug single sentence with probs reducer exception 792e0ae
2.2.0
- 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
- Update spec to allow 'slot' entities inside 'aliases'
- Implement slot inside aliases
- Prevent loop references and slots inside slots references
- Update dependencies