botpress / nlu

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

feat: initial implementation of e_000 #156

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

This is issue indicates that some tokens in an utterance where tagged as a slot even if they don't match any of the slot's entity.

Ex: "I live in the [province of Quebec](user_country)" will raise an error with code e_000 because the slot user_country is of type country and tokens "province of Quebec" is not an instance of entity country.