snipsco / snips-nlu

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

NLU should crash when invalid intent name is passed as intent filter #787

Closed ClemDoum closed 5 years ago

ClemDoum commented 5 years ago

Currently the NLU doesn't raise any error when invalid intent names are passed as intent filter. This is error prone. When you make typos in your intent names, the NLU will silently return you a result ignoring the invalid intent names in the filter.

adrienball commented 5 years ago

addressed by #788