BESSER-Bot-Framework icon indicating copy to clipboard operation
BESSER-Bot-Framework copied to clipboard

Have different NLP models based on chosen languages at runtime

Open Aran30 opened this issue 1 year ago • 0 comments

In case one would like to develop a bot capable of using multiple languages, there should be a language model for each language. This way, if a language switch is to occur, the bot would also switch the language model accordingly.

This change would require functions to:

  • Set the different languages at design time.
  • Jump between languages during run time.
  • Define different training examples and add a language to categorize the training examples.

Aran30 avatar Oct 02 '23 10:10 Aran30