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
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.
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.