nlplab / brat

brat rapid annotation tool (brat) - for all your textual annotation needs
http://brat.nlplab.org
Other
1.82k stars 509 forks source link

relation type hierarcy does not work #1372

Open world2vec opened 3 years ago

world2vec commented 3 years ago

Hi, as documented, brat support hierarchy relation types as entities, but it does not work for relations(firefox and chrom), please see attached picture. annotation.config:

[relations]
aa-bb   Arg1:PER, Arg2:PER
    aa1-bb1 Arg1:PER, Arg2:PER
ba-bb   Arg1:PER, Arg2:PER
ca-bb   Arg1:PER, Arg2:PER
da-bb   Arg1:PER, Arg2:PER
ea-bb   Arg1:PER, Arg2:PER
fa-bb   Arg1:PER, Arg2:PER
ga-bb   Arg1:PER, Arg2:PER

VERSION:rat-v1.3_Crunchy_Frog standalone

brat_rel_hierarchy_error

world2vec commented 3 years ago

Anyone can help with it?