snipsco / snips-nlu-rs

Snips NLU rust implementation
https://snips.ai
Other
340 stars 56 forks source link

Fix issue with stop words in DeterministicIntentParser #137

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description The deterministic intent parser skips words that are in the stop words list. However, words that are both in the stop words list and in the list of entity values should not be skipped, and this is the goal of this PR.