How can i do a text similarity based on vocabulary between two text using rasa algorithm?
Text similarity means many different things depending on the task you’re interested in. Rasa doesn’t directly offer algorithms to handle text similarity but you could use a pretrained Rasa model in whatlies to generate embedded vectors that could be used as a basis for similarity.
If you give more context on what you’re trying to do I might be able to help you more.