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(nlu-engine): only few languages are space separated #114
Closed
franklevasseur closed 3 years ago
Alright, this PR fixes a bug where:
Now, only the following languages are considered not space-separated:
This list comes from this linguistic Stack Exchange Thread.
This fix does not prevent the bug to happen ever again, but it makes it even less likely (It was already very unlucky).
Also, this fix preserves the exact same behavior for almost all current bots.