Skip to content
#

rasa

Here are 478 public repositories matching this topic...

rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Jul 8, 2022
  • Python
samhavens
samhavens commented Jun 2, 2019

Users misspell things. Having spell-check and synonyms helps a lot, but doesn't catch everything.

One solution would be to use the python metaphone package's implementation of the Double Metaphone algorithm.

At component train time, it could look at the normal entity lists, find the DM representation of all the synonyms, and store them.

enhancement good first issue

Improve this page

Add a description, image, and links to the rasa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rasa topic, visit your repo's landing page and select "manage topics."

Learn more