Closed krisgesling closed 4 years ago
I've also added another Step to the specific station tests to check that the right station is selected. The searching now exclude's "the" from the phrase as this was returning too high a confidence for "other". Also added a search of the long name from the FEEDS dict which didn't exist before. This meant that a phrase like "ABC News Australia" would return a lower confidence than simply "ABC".
It's much better :+1: but it doesn't quite cover the failing case in #75. I've added tests for a couple of these failing utterances.
Since this is much better I'm going to merge it but let #75 stay open.
Fix #75
Had a quick look, it's not matching with high enough confidence so returns the default station.
Tidied up a little more, and it's passing VK and the old test runner. "Play the BBC News" is already included as a test phrase, however it's currently only testing that the Skill handles it. We'll need to go deeper to ensure the right feed is extracted and returned.