Extracting root word

Hi @community In my training data there is no keyword called Dentist but the model is trained on the keyword Dental. So the DIET extracted:

{
  "intent": {
    "name": "about_program",
    "confidence": 0.997473955154419
  },
  "entities": [
    {
      "entity": "program",
      "start": 26,
      "end": 33,
      "extractor": "DIETClassifier",
      "value": "dentist"

    }
  ],

But in my database I have the program name as Dental. this happened because Stemming. So is there a way that I can get the root word (Dental) on which my modal is trained?

so Ctrl+F found dental in lookup table

But didn’t found dentist

Check this tutorial: