Rod

Results 3 comments of Rod

Hi @qinyukun-seu , The generated Rasa NLU [json compatible dataset](https://rasa.com/docs/rasa/nlu/training-data-format/#json-format) that this tool generates will include the "regex_features" field but it will be empty by default. If you want to...

Hi @ttlekich, Thanks for the suggestion, that is not implemented, currently, for the example: ```` %[intent_name_1] ... ```` The CLI generates all unique combinations. I agree that it can be...

Hi @nhha1602 , Looks like `JavaScript heap out of memory` error is probably because of a limit set by V8 engine. [reference](https://stackoverflow.com/questions/7193959/memory-limit-in-node-js-and-chrome-v8), let me know if you can overcome this...