When reading event annotations from brat, the "role" attribute should not be mandatory on the slot fillers. Currently they are mandatory causing an exception when trying to read the following files:
document.txt
"I am hungry" said John.
document.ann
T1 Speaker 19 23 John
T2 Quote 0 13 "I am hungry"
E1 Speaker:T1 Speak:T2
When reading event annotations from brat, the "role" attribute should not be mandatory on the slot fillers. Currently they are mandatory causing an exception when trying to read the following files:
document.txt
document.ann
It only works when adding these lines: