bratutils icon indicating copy to clipboard operation
bratutils copied to clipboard

A collection of utilities for manipulating data and calculating inter-annotator agreement in brat annotation files.

Results 5 bratutils issues
Sort by recently updated
recently updated
newest added

I would like to use this in a corpus annotation project that uses discontinuous annotations, but I receive the following error. Traceback (most recent call last): File "vso-inter-annotator.py", line 5,...

enhancement

I added self.frag to Annotation constructor as a list of fragments, each of them being (start_idx,end_idx) pair. and kept self.start_idx (resp. self.end_idx) as the start (resp. end) of first (resp....

Support for relations has been long asked for but I've been reluctant to implement it because the code is not my best and am reluctant to go back into the...

enhancement

Merge document utilities seem to be in disarray. Would be nice to update them and write some proper tests for them. [See here](https://github.com/savkov/bratutils/blob/master/src/bratutils/utils.py#L97)

bug
enhancement

I have never used the attributes annotation and am not sure of the tasks that they are part of. It would be nice if someone takes the lead in designing...

enhancement
help wanted