Description
Is your feature request related to a problem? Please describe.
When I annotate text classification task, I want to add some additional text of the annotated label. This additional text is just confirmed by current annotated text, can't be listed beforehand.
Describe the solution you'd like
For example
I want to annotate following text within predefined labels Chemical Drug
, Biologics
and Vaccine
A compound 2-acetoxybenzoic acid can be used to treat Inflammation.
This is annotated Chemical Drug
. But I want to add a tag aspirin
on this annotated label. This is not supported currently.
Describe alternatives you've considered
I formulate this text classification task as a NER task to annotate it. I use entity type as text type, and select some words as region in text randomly and add tag what I required as meta info of this region.