Hi! Is there a plan to support nested entities in Rasa? Or are they already supported?
Example for clarity:
Text: Pad Thai
Entities:
cuisine: Thai
dish: Pad Thai
Here are ways I’d imagine I might label this in the training data:
Nested:
[Pad [Thai](cuisine)](dish)
Separated:
[Pad Thai](dish)
Pad [Thai](cuisine)
Are either of these currently supported? If not, do you know roughly when they might be? For example, Microsoft LUIS seems to potentially support this with their entity decomposition.