Skip to content
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

Handle multiple intents in the same sentence #4

Open
YuukanOO opened this issue Jul 5, 2019 · 1 comment
Open

Handle multiple intents in the same sentence #4

YuukanOO opened this issue Jul 5, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@YuukanOO
Copy link
Member

YuukanOO commented Jul 5, 2019

The idea is to be able to detect multiple intents in the same sentence such as: "turn the lights on in kitchen and turn off the TV".

Interpreters already returns an array of intents so the only question left is how we should split the sentence into one or more parts separated by some words?

@YuukanOO YuukanOO added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Jul 5, 2019
@YuukanOO
Copy link
Member Author

YuukanOO commented Aug 8, 2019

Maybe we could try an approach using https://github.com/explosion/spaCy POS capabilities if it doesn't need too much memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant