I was going through Entities Roles and Groups i could see the the output identifying roles like below “text”: “Book a flight from Berlin to SF”, “intent”: “book_flight”, “entities”: [ { “start”: 19, “end”: 25, “value”: “Berlin”, “entity”: “city”, “role”: “departure”, “extractor”: “DIETClassifier”, }, { “start”: 29, “end”: 31, “value”: “San Francisco”, “entity”: “city”, “role”: “destination”, “extractor”: “DIETClassifier”, } ] }
what kind of model is being used to identify role , since the same word has two tags city and destination. are they training two entity models to get this output