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

Add intents filter parameter in CLI #858

Closed adrienball closed 4 years ago

adrienball commented 4 years ago

Description: This PR adds a new parameter in the parsing CLI which allows to provide an intents filter:

> snips-nlu parse path/to/engine -f intent1,intent3

Checklist:

codecov-io commented 4 years ago

Codecov Report

Merging #858 into master will decrease coverage by 0.18%. The diff coverage is 90%.

@@            Coverage Diff             @@
##           master     #858      +/-   ##
==========================================
- Coverage   88.92%   88.74%   -0.19%     
==========================================
  Files          79       79              
  Lines        5112     5117       +5     
  Branches      971      972       +1     
==========================================
- Hits         4546     4541       -5     
- Misses        421      430       +9     
- Partials      145      146       +1