Richard Eckart de Castilho
Richard Eckart de Castilho
It might be interesting if there were an option initialize classifiers lazily and to free their resources if unused for a while: - load and initialize the models only when...
The protocol right now seems to have a fixed set of metadata which is forwarded to the classifier as arguments e.g. to the predict call. If ariadne is used outside...
**Describe the refactoring action** Upgrade dependencies. - nodejs 18.18.0 -> 20.12.2 **Expected benefit** Bug fixes and improvements.
**Is your feature request related to a problem? Please describe.** When creating a new project from a project template, the user still has to import own documents and start annotating....
**Describe the bug** When performing a search bulk action on a project in sidebar curation mode, the action may affect documents that the user has not started working on yet....
**Describe the bug** Bulk-annotation action via search sidebar breaks when more than 100 documents are affected. The reason is that for every affected document, an `IndexAnnotationDocumentTask` is scheduled and the...
**Is your feature request related to a problem? Please describe.** The entity linker recommender will always propose the same concepts to link to a target candidate. If a layer supports...
**Describe the refactoring action** Upgrade dependencies. - [x] nodejs 18.18.0 -> 20.12.2 - [x] dayjs 1.11.4 -> 1.11.10 - [x] eslint 8.31.0 -> 8.57.0 - [x] eslint-config-standard 17.0.0 -> 17.1.0...
**Is your feature request related to a problem? Please describe.** Currently, only one layer (or two if the layer is a relation layer) can be exported in JSON format. **Describe...
**Describe the bug** When using the automatic editor selection and switching from a document that renders in brat to a document that renders using the PDF editor, it can happen...