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

Ignoring alexa slot matches #284

Open
sean-russell opened this issue Jan 25, 2020 · 0 comments
Open

Ignoring alexa slot matches #284

sean-russell opened this issue Jan 25, 2020 · 0 comments

Comments

@sean-russell
Copy link

Hi,

I was having a lot of issues with getting the system to play the movie that I wanted. It would often end up playing some song instead of the movie that I wanted.

I write a quick script to generate all of the slot values for my movie collection (less than 800) complete with synonyms for numbers and certain movies with long titles to allow only part to be used. E.g. I added a synonym for "The Lord of the Rings The Return of the King" so I could just say "the return of the king" instead.

The model matches what I want excellently and you can see from the input json generated it correctly matches the movie from the synonym that I have spoken, however they system instead of using the matched slot name uses the value (the actual words) instead of the fully matched title of the movie.

input.txt

output.txt

log.txt

Ideally, when there is a match found, would it not be better to use the actual title instead of the words that alexa head?

Thanks
Sean

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