TextAnnotationGraphs icon indicating copy to clipboard operation
TextAnnotationGraphs copied to clipboard

A modular annotation system that supports complex, interactive annotation graphs embedded on top of sequences of text.

Results 13 TextAnnotationGraphs issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

The current brat standoff parser naively expects the original text to be on a single line.

bug
data format

It would be convenient to define parsers _outside_ of TAG for use within it. This would allow users to easily adjust the behavior of a parser for an evolving format...

This may be related to #1. ## Current Behavior If a `Link` lacks a trigger, it is binarized: - https://github.com/CreativeCodingLab/TextAnnotationGraphs/blob/697642dbec1daa7b9b6ab219c66ff8af335df50e/src/js/components/link.js#L1021-L1138 ## Expected behavior _n_-ary trigger-less `Links` should be supported. We...

bug

## Support for [Brat standoff](http://brat.nlplab.org/standoff.html) - [X] reading - [ ] editing - [ ] dumping

data format

CoNLL-U is a revision of CoNLL-X geared toward Universal Dependencies and the Universal part-of-speech tag set (see http://universaldependencies.org/format.html for details).

data format

This is a commonly used format for storing syntactic dependencies and token-level annotations. See http://anthology.aclweb.org/W/W06/W06-2920.pdf for a description of the format.

data format

I've made some progress on this with #24, but there are still a few issues to be ironed out.