intents icon indicating copy to clipboard operation
intents copied to clipboard

[en] skip word "i want" limitation when creating custom sentences

Open garyt72 opened this issue 1 year ago • 0 comments

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. image

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

garyt72 avatar Dec 28 '24 17:12 garyt72