snipsco / snips-nlu-rs

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

Ignoring stop words in deterministic intent parser #102

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description This PR reflects the change brought in this PR, regarding the way stop words are handled by the DeterministicIntentParser. The idea is to allow to skip stop words in order to improve the matching rate.