I'm trying to use Rasa to detect entities such as phone numbers or contract ID. It seems natural to use regular expressions to define precisely those entities, and Rasa does have something called "Regular Expression Features" which allows us to define regular expressions.
Except I don't understand how to use them. In the Rasa-NLU tutorial, there are regexes (like "zipcode"
), but I don't see how they are linked to entities ("location"
).
Does anyone have a clue about how regexes work with Rasa ?