snipsco / snips-nlu-rs

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

Fix issue with slot names mapping in DeterministicIntentParser #61

Closed adrienball closed 6 years ago

adrienball commented 6 years ago

Description The mapping between slot names and entities was not intent specific. This was causing troubles when using the same slot name in different intents to refer to different entities.