0

I have developed a chatbot using this with docker. it's working fine, and now I want to implement it in Hindi. I found that we can do that with fasttext followed this blog but unable to achieve. so how I can implement fasttext in rasanlu with docker?

Mohammad Aarif
  • 1,619
  • 13
  • 19

1 Answers1

1

You can implement your bot in Hindi with Rasa even without using Fasttext. The supervised_embeddings pipeline works out of the box for any whitespace tokenized language (which as far as I know is the case for Hindi). Read more about language support here

Alternatively, if you still want to use fasttext, that can be done since spacy allows you to load custom language models. If the blogpost isn't working for you, you can take a look at this github issue.

There's also a bunch of Rasa community members that have built bots in hindi, you can take a look at this in the community forum and see if they have any additional tips.