I'm new to RASA framework. I'm trying to develop a Spanish NLU model capable of classifying a user message in 4 different intents ("translation", "definition", "synonym" and "pronunciation") and recognising entities (in this case, my entities could potentially be every word or expression).
So for example, the user could give the following input:
"Cómo se traduce estación de tren al inglés" (How to translate train station into English)
So the word or expression could be any word or words and they could have any length. What's the best way to solve this problem? What entity extractor could I use and what parameter should I try?
Thanks in advance!