res_imsi
res_imsi

Reputation: 3

Dynamic annotation configuration settings in BRAT

In Brat, to annotate a text you should refer to a single configuration file called 'annotation.conf', I have more than 150 tags to annotate semantics of domain-specific text and these annotation tags should be separated in different configuration files so the annotators won't get distracted to select from a long list if all the tags are stored in a single 'annotation.conf' file.

A typical scenario would be, the annotator will upload a text then for each statement there are certain keywords which should trigger a single annotation.conf file from the groups I created to organise my semantic tags.

Let's take the following pseudo example:

There is NO overlapping between the tags .i.e. each word(s) should be labelled by a single tag only.

Would you please guide me how I can achieve this in BRAT, referring to specific resources is really appreciated.

Thank you

Upvotes: -2

Views: 516

Answers (1)

Amadan
Amadan

Reputation: 198294

You cannot trigger different configuration files via keywords in Brat. However, you can organise your tag list into a tree hierarchy, which should hopefully help reduce confusion in your annotators. You can see how to do that here.

Alternately, if you can sort your "statements" by the keyword into different files, and upload those different files in different directories, each directory can have its own annotation.conf.

Upvotes: 0

Related Questions