You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I looked at the output of the BANNER step I realized only Protein entities were annotated, excluding everything else. Switching to Cocoa didn't change a thing despite the fact I know Cocoa annotates much more than proteins.
Looking at the code (Tools/BANNER.py) I realize that only proteins are even considered. I was wondering why? I am interested in including all the annotations from BANNER (actually, from Cocoa) and am wondering if something will break downstream.
Best,
Aurélien
The text was updated successfully, but these errors were encountered:
BANNER does not assign type to the entities it detects. The scope of its
output is somewhat comparable to the Protein-entity type of the GENIA
task, so that's why we label it's output as Protein-entities.
If you want to use other methods (such as Cocoa) for detecting entities
of different types, this should be fine. Depending on the task, TEES
will take into account entity types corresponding to the given entities
(shared task a1 files) of that task. The presence of entities not used
in the task model may reduce performance, but should not otherwise
affect the system.
When I looked at the output of the BANNER step I realized only Protein
entities were annotated, excluding everything else. Switching to Cocoa
didn't change a thing despite the fact I know Cocoa annotates much more
than proteins.
Looking at the code (Tools/BANNER.py) I realize that only proteins are
even considered. I was wondering why? I am interested in including all
the annotations from BANNER (actually, from Cocoa) and am wondering if
something will break downstream.
Best,
Aurélien
—
Reply to this email directly or view it on GitHub #9.
Thanks for the information. I modified the Tools/Cocoa.py to add the information of the entity type, and apparently TEES didn't object to this. I am currently figuring out which output file(s) contains the results I want, and how to visualize it with BRAT.
When I looked at the output of the BANNER step I realized only Protein entities were annotated, excluding everything else. Switching to Cocoa didn't change a thing despite the fact I know Cocoa annotates much more than proteins.
Looking at the code (Tools/BANNER.py) I realize that only proteins are even considered. I was wondering why? I am interested in including all the annotations from BANNER (actually, from Cocoa) and am wondering if something will break downstream.
Best,
Aurélien
The text was updated successfully, but these errors were encountered: