@wkiri This is the PR to merge the changes I made for event type Contains relation into the master branch. I modified two files - brat_annotation_sqlite.py and jsre_labeling_corenlp_and_brat.py. For the changes in annotation_sqlite.py, I added code to parse Event type contains relations to BratAnnotation objects. For the changes in jsre_labeling_corenlp_and_brat.py, I added code to convert the Event type contains relations to Relation type contains relations.
Please let me know if you have suggestions or questions. I will keep this PR open until you have an opportunity to look at the trained model and the changes made in the scripts. Thanks.
@wkiri This is the PR to merge the changes I made for event type Contains relation into the
master
branch. I modified two files -brat_annotation_sqlite.py
andjsre_labeling_corenlp_and_brat.py
. For the changes inannotation_sqlite.py
, I added code to parseEvent
type contains relations toBratAnnotation
objects. For the changes injsre_labeling_corenlp_and_brat.py
, I added code to convert theEvent
type contains relations toRelation
type contains relations.Please let me know if you have suggestions or questions. I will keep this PR open until you have an opportunity to look at the trained model and the changes made in the scripts. Thanks.