sten
(sten)
1
Is there a way to recognize Regex as intent i.e. something like this :
## intent: math_expr
- [+-*/()0-9 ](expr)
Also I can’t seem to be able to capture the regex-match into a SLOT
???
If there is a way to access the input-text inside the action-code that could some solution too !
Ghostvv
(Vladimir Vlasov)
2
the easiest way to use regex for intent classification is to create a custom classifier
Ghostvv
(Vladimir Vlasov)
4
please check the docs on how to create custom nlu components: Custom NLU Components
1 Like