Add synoyms for lookup table values

Hi, i am using entity synonym mapper and want to does that component help me recognize synonyms for lookup table values. E.g:

lookup: languages
examples: |
- English
- hindi
- marathi
- french

synonym: English
examples: |
- eng

synonym: marathi
examples: |
- mara
- mar

Because if I have to add training data for synonyms then it will have a big corpus just for one intent itself. Please recommend me a good way to achieve this

1 Like