Richard Eckart de Castilho
Richard Eckart de Castilho
The default state when data is uploaded through the remote API presently does not make sense in all cases. Also, the annotation state and source document state are connected with...
Moving here all TSV3 documentation tasks that didn't make it into WebAnno 3.0.0 (cf. #193). **span layers** - [x] multi-token span annotations - [ ] cross-sentence span annotations - [...
Moving here all unimplemented tests that didn't make it into WebAnno 3.0.0 (cf. #242). **Span layers with slot feature** - [ ] single slot feature with single target - [...
WebAnno cannot deal with annotations that do not start/end at or within sentence boundaries. Also the brat visualization has no concept of such annotations. They can cause exceptions like ```...
`DocumentServiceImpl.existsCurationDocument(Project)` uses a slow iteration over all source documents in a project. Refactor to do the same with a single DB query.
Allow writing a constraint that forces a boolean field to true or false under given conditions.
An API and/or UI function for cloning an empty project B from a project A would be a useful feature as well.
When entering the project settings, a list of available extensions should be provided and the project admin should be able to choose which to enable / disable. The information should...
Focus ID should not always be in the URL - but *if* it is there, then it should also highlight the focussed row in the annotation view. Original: https://github.com/webanno/webanno/issues/406#issuecomment-318440354
It would be nice if the CSV agreement report was sorted at least by position. E.g. link features that originate in the same position should also appear en-bloque in the...