Lookup table Entity Recognition and Stemming

Is it possible to train a rasa model with entity recognition using a lookup table that will take into account the stemmed version of an entity? I am using for example the following entities in my lookup table:

- tomato
- potato
- carrot

These entities will be recognized, but the plurals ( tomatoes, potatoes, carrots ) are not. How I can train my model so that it also recognizes these plural versions?

2 Likes

did you get any answer to this? I am having exact same issue.