How to setup a new project for developing an italian chatbot?

Hi All, I have been studying Rasa framework, and I wonder what steps I should follow to develop an Italian chatbot? I found some research over internet, but I haven’t found anything clear. So, I would like to know whether I need to configure some file before setting up a new project. Thanks

Hey there,

basically you have two options for a non english language.

  1. Standard italian like normal chit-chat you can use a pre-trained model (e.g. Spacy - many languages)
  2. Domain specific language: non pre-trained word embeddings (any language, any domain)

There are examples for both options in docs: Choosing a pipeline

I hope this was helpful?