Hi,
I have just started with RASA-X and I was working on training the Rasa NLU on different synonyms. I looked up at the examples that were provided as part of Rasa Docs and tried to implement an example of my own and also the example provided as part of the training snippet. I used the method-2, where we define synonym under a separate heading with the name of the synonym.
intent:check_balance
- what is my balance
- how much do I have on my savings
- how much do I have on my savings account
synonym:savings
- pink pig
- savings
- savings account
With this example, I trained the Rasa NLU but it is unable to pick any data from the synonym list. Is this the right way to train the synonyms or do we have to follow method-1 as specified in the link as given below:
If I have to follow method-1 then I have to train the intent containing utterances of all the synonyms.
It would of great help if anyone could suggest me with any alternate way or tell me the steps to effectively train the NLU on the synonyms list.
Thanks in advance!!!
Cheers!!!
Shashank