rodrigopivi / Chatito

🎯🗯 Dataset generation for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!
https://rodrigopivi.github.io/Chatito/
MIT License
873 stars 157 forks source link

Added sequential all examples generation #75

Closed nimf closed 5 years ago

nimf commented 5 years ago

When we know we need to generate all the possible examples rather than picking up each example randomly, we can iterate over all possible combinations sequentially.

Another related optimization is that now we calculate max possible combinations (cardinality) of each entity in the very beginning, before generating examples.

Minor change: displaying circular entities references path and nested slots path.

rodrigopivi commented 5 years ago

Hi Yuri, this looks great thank you!

nimf commented 5 years ago

Hi Rodrigo, thank you!

rodrigopivi commented 5 years ago

published v2.3.2, cheers!