stanford-oval / thingpedia-common-devices

Thingpedia interface code for commonly used devices
Other
38 stars 28 forks source link

org.themoviedb: new skill to query and recommend movies #371

Closed gcampax closed 3 years ago

gcampax commented 3 years ago

@vik135 this is your PR, repackaged and ready for inclusion.

I made the following changes:

The new scenario tests highlight that the skill doesn't quite do what the user most likely want, so you should work on that. You also need some annotated validation data to go into dev/annotated.txt otherwise we won't know if the model for this skill works or not. The Snips NLU benchmark contains some questions about movies (among other things) that would be a good starting point. You should take a look at their data, filter only the questions about movies, and then convert them to our format.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1247


Changes Missing Coverage Covered Lines Changed/Added Lines %
universe/org.themoviedb/index.js 78 102 76.47%
<!-- Total: 78 102 76.47% -->
Files with Coverage Reduction New Missed Lines %
universe/com.goal_smart/device.js 1 95.34%
main/com.spotify/index.js 2 60.2%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 1236: 0.8%
Covered Lines: 1156
Relevant Lines: 2047

💛 - Coveralls