botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

fix: exact matcher now works even with different entities #56

Closed franklevasseur closed 3 years ago

franklevasseur commented 3 years ago

This PR should fix this issue

Previously if a token had both a slot and an entity, and we had option slot: 'keep-value', then the entity if clause was bypassed.

With these new options, slot and entity replacement are mutually exclusive.