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

NLU not matching even with the same text as utterance #50

Closed davidvitora closed 3 years ago

davidvitora commented 3 years ago

Describe the bug NLU is using the spell checked text to do an exact match instead of typed text

To [Reproduce](url)

  1. Extract spanish_nlu_issue_exact.zip and Import Bot (tgz file),
  2. Train it in Spanish
  3. Type "quiero reservar un vuelo"
  4. It will use spell checked text "quiero reservar 1 vuelo" and not match (exact match)

Expected behavior Match "quiero reservar un vuelo" with an exact match

Screenshots image

Environment (please complete the following information):

Additional context From forum: https://forum.botpress.com/t/wich-will-be-my-error-in-this-fligh-booking-chatbot/5150