Questions tagged [brat]

Describes usage of brat, a rapid annotation tool for documents.

(Taken from the brat website)

brat is a web-based tool for text annotation; that is, for adding notes to existing text documents.

brat is designed in particular for structured annotation, where the notes are not freeform text but have a fixed form that can be automatically processed and interpreted by a computer.

35 questions
0
votes
1 answer

How to avoid time lag in BRAT while editing annotations?

I'm using the Brat software (http://brat.nlplab.org) to annotate my data. I have my annotated files and want to manually change them, for eg. delete some entity, edit the entity type etc. Everytime a change is made, the page reloads which takes…
Manas Joshi
  • 3
  • 1
  • 4
0
votes
0 answers

What tags does Google NL API use in its annotate syntax response?

I am using Google NL API's annotate syntax method and using Brat to visualize the response. Where can I find the exact list of "Tags" or "Labels" for words and dependency relations that are used in Google NL API. "partOfSpeech": { "tag":…
0
votes
0 answers

How to use brat annotation tool in local area network's other PCs?

I want to use brat in local area network's another PC, but I can't do it. My status is here. I can use brat in localhost. e.g http://localhost:8001 I can use brat in localhost via Nginx. e.g. http://XXX.XXX.XXX/brat/ I can't use brat in another PC…
0
votes
1 answer

An annotation tool for aligning chunks from a sentence pairs to each other?

We need a tool which given two sentences, it lets the user select spans inside each sentence and align them together. Here is an example: I have been looking around for such a tool, but haven't found anything yet. Now I am thinking that I'd need…
Daniel
  • 5,839
  • 9
  • 46
  • 85
-2
votes
1 answer

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…
res_imsi
  • 3
  • 1
1 2
3