[en] skip word "i want" limitation when creating custom sentences #2795
Open
Description
When creating custom sentences, there is no indication that a skip word is preventing the custom sentence from matching. Example provided below.
custom_sentences/en/WatchTV.yaml:
language: en
intents:
WatchTv:
data:
- sentences:
- i want to watch tv # this doesn't work
- (i'm | i am) going to watch tv # this does work
Debug showing that the sentence is identical but does not match.
Would be helpful if any or all of the following could be done:
- provide an option to override/ignore skip words from intents/sentences/xx/_common.yaml
- ignore skip words if they are part of a custom sentence
- show additional information in debug window when the text is altered by the following for example
- a skip word is used/triggered/ignored
- a conversion is performed due to a list in/out value
Metadata
Assignees
Labels
No labels