snipsco / snips-nlu-rs

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

Handle stemming in NLU injection #89

Closed ClemDoum closed 5 years ago

ClemDoum commented 5 years ago

Handle stemming in NLU injection

Problem

Currently if the custom entity parser uses stems, injected values are add with their stemmed version in the CustomEntityParser

Solution

Fixed

Note: this is a breaking change