-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Entities #899
Comments
I have a similar use-case.. We already have a very complex rhasspy nlu dataset, where we have nesting in entities of certain intents. Since the "rhasspy-snips-nlu" parser always generates all possible sentences in the data, it is unusable for us and creates millions of utterance sentences for certain intents. Does SNIPS support such nesting of entities? I could not find any information regarding it. |
@datta-aerosys FWIW, I moved on to another platform... |
Which NLU tool did you move too? |
@datta-aerosys Eventually I stopped trying to roll my own and just used Azure's cognitive services. I might return to this in the future, but it was for a side project. |
Ahh, ok. Online services are not possible for me, since my target edge-device has to be offline and standalone capable. |
Is it possible to find overlapping/nested entities?
I am new to
snips-nlu
so I'm not sure whether it can solve my use case but I'm hoping to transform that imperative into something like:I need to distinguish between multiple search terms ("objects") that each have attributes and other search filters (like the "location_filter"). I have used
wit.ai
to do this before but I'm wondering whether snips can solve for my use case and where I should look for an example like this or some documentation.The text was updated successfully, but these errors were encountered: