I want to implement spelling mistake correction in my chatbot how can i do that using rasa. I know in python there are libraries like autocorrect how can i use that autocorrect with rasa this might sound noob question but i need help.
1 Like
Hi @indranil180, it’s definitely possible, but it might take a bit of work! You’re looking to add a custom component to your NLU pipeline. Check out a good blog post on this here.