Skip to content

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

Open
@garyt72

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions