USCDataScience / parser-indexer-py

Python tools for parsing documents and building the inverted index with enriched metadata. Java version with slightly different features - https://github.com/USCDataScience/parser-indexer
Apache License 2.0
9 stars 3 forks source link

Add support for "contains" events to json2brat.py #12

Closed wkiri closed 3 years ago

wkiri commented 5 years ago

Currently json2brat.py only outputs NER entities. To make full use of brat as a review tool, we'll want to also output "contains" events as annotations that brat can display and the user can edit.

wkiri commented 3 years ago

We are now using a regular relation type for "contains" (not the event type) so I will close this issue as resolved.