Hello everyone,
I would like to extract entity as below:
nlu.md:
intent:search
- I’m looking for [^\s]*
I would like to extract the text of [^\s]* as an entity. For ex:
Input: I’m looking for a hamburger with low fat cheese. expected result: I will get “a hamburger with low fat cheese.” as an entity.
How can I do that ? Thanks