snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Re-score ambiguous DeterministicIntentParser results based on slots #791

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description: In some rare cases there can be multiple ambiguous intents. In such cases, priority is given to results containing fewer slots.

Checklist: