Chatito
Chatito copied to clipboard
how to use regex_features?
i cant find an example to generate regex_features, can you give some examples?
Hi @qinyukun-seu ,
The generated Rasa NLU json compatible dataset that this tool generates will include the "regex_features" field but it will be empty by default.
If you want to declare custom regex features for your dataset, you can edit that generated json file for the rasa adapter, or you can use the CLI and pass the formatOptions argument pointing to a template json file containing those regex_features field defined, and that file will be used as a template for the dataset. Let me know if that works for you.