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

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

Open
garyt72 opened this issue Dec 28, 2024 · 0 comments
Open

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

garyt72 opened this issue Dec 28, 2024 · 0 comments

Comments

@garyt72
Copy link

garyt72 commented Dec 28, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant