Botfuel / botfuel-dialog

Botfuel SDK to build highly conversational chatbots
https://docs.botfuel.io
Other
102 stars 18 forks source link

feat: return raw and spellchecked sentence #277

Open simon-tannai opened 5 years ago

simon-tannai commented 5 years ago

If spellchecking option is setted into bot's configuration, return spellchecked sentence and raw sentence.

Why ? Because in some extractors, spellchecking will fix some words who must not be fixed. Example: forename (simon become sinon), postal address (rue moissonnier besoin rue poissonnier).

With this feature, we are able to choose on each exactor if we want to use spellchecked sentence of raw sentence.