I need to extract free-text entities like :
"Can you research for coconut nut is not a nut"
then, the entity should be "coconut nut is not a nut".
So there is not really a precise entity. In Wit, dialogflow and luis, they use wildcards (@sys.any, wit/local_search_query ...).
Is there a wildcard like this in rasaNLU? I cannot find the list of prebuilt entities in the documentation...
Thank you.