My training data contain “What are antigens?” but the user input was “what is antigen?”. The model parse the message
[{‘start’: 8, ‘end’: 15, ‘value’: ‘antigen’, ‘entity’: ‘blood’, ‘confidence’: 0.576182943895677, ‘extractor’: ‘CRFEntityExtractor’}].
Is it possible to get the the entity value antigens in place of antigen by the model?