Skip to content
Maarten Janssen edited this page Aug 18, 2020 · 1 revision

Brat annotation (.ann) is a file-format used by the Brat Rapid Annotation Tool. It is a text-based format for stand-off annotation.

Import

brat2teitok.pl

Options

Command line options of the tool:

  • debug: debugging mode
  • output: name of the output file - if empty STDOUT
  • morerev: More revision statements
  • file: filename of the input
  • makesent: interpret newlines as sentence boundaries
  • annfolder: write stand-off annotation files to a separate folder

Specifications

The script should be run on the .ann file, and the corresponding .txt file should be in the same folder

Known issues

Only simple annotations are supported for now, relations and disjoint ranges are not yet supported

Export

No export has been provided as of yet.

Clone this wiki locally