I cerated slots during my annotation in order to relate two entities or annotations something like p=0.001 so 'p' will be related to '0.001'. When i use the ExtractAnnotationsFromKnowtator example i can extract only the spans of annotation entity but not its related ones(that means i can get spans of 'p' but not the spans of '0.001'). I need those spans to automatically compare the relations to the manually annotated relations.
annotation: P
span: 2882|2883
mention: STATISTICAL
slot=Value
cls=NUMERICAL
annotation=.001
I would be very thankful if someone can help me to solve this issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear All,
I cerated slots during my annotation in order to relate two entities or annotations something like p=0.001 so 'p' will be related to '0.001'. When i use the ExtractAnnotationsFromKnowtator example i can extract only the spans of annotation entity but not its related ones(that means i can get spans of 'p' but not the spans of '0.001'). I need those spans to automatically compare the relations to the manually annotated relations.
annotation: P
span: 2882|2883
mention: STATISTICAL
slot=Value
cls=NUMERICAL
annotation=.001
I would be very thankful if someone can help me to solve this issue.