-
Notifications
You must be signed in to change notification settings - Fork 0
Brat
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.
brat2teitok.pl
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
The script should be run on the .ann file, and the corresponding .txt file should be in the same folder
Only simple annotations are supported for now, relations and disjoint ranges are not yet supported
No export has been provided as of yet.