Richard Eckart de Castilho

Results 441 issues of Richard Eckart de Castilho

**Describe the bug** When there are multiple recommenders for different features of a single layer, it can lead to multiple "no label" suggestions being rendered - one for each feature....

Module: Recommender

**Describe the bug** The fields `document`, `user` and `project` in `AnnotationDocument` should not be nullable. **Please complete the following information:** - Version and build ID: 38.1

Triage

**Is your feature request related to a problem? Please describe.** We currently have no document structure tree for HTML files. This is somewhat related also to a bug where annotations...

Module: HTML editor (Apache Annotator)

**Describe the bug** Undo does not seem to affect the retained suggestion info. **To Reproduce** Steps to reproduce the behavior: 1. Enable retaining suggestion info in a multi-value string feature...

Module: Recommender
Module: Annotation

**Is your feature request related to a problem? Please describe.** Link-feature auto-merging is currently only supported for span features. However, document-level layers also support adding link features. **Describe the solution...

Module: Curation

**Describe the refactoring action** Remove unused recommender declarations when removing an annotation with retained recommender info. **Expected benefit** No unused data left in the CAS.

Module: Recommender

Currently, the recommenders only learn from annotations that have features and these features must have values. Sometimes, I just want to quickly make some annotations, e.g. quickly mark named entities,...

⭐️ Enhancement
Module: Recommender

**What's in the PR** - Introduced Annotation class with default begin/end 0 - Update reference data accordingly - Fixed several issues with sorting/ordering annotations **How to test manually** * No...

🆕Enhancement

**Is your feature request related to a problem? Please describe.** All our CAS data inherits only from FeatureStructure - we have no Annotation type - despite UIMA having that. **Describe...

**Describe the refactoring action** Add more type annotations. **Expected benefit** More type-safety. Better linting.