Richard Eckart de Castilho

Results 441 issues of Richard Eckart de Castilho

The current LIF reader/writer doesn't only convert between CAS and LIF, but also performs a schema mapping between the DKPro Core type system and the LAPPS WSEV. It would be...

🆕Enhancement
Module-io.lif

- [ ] Support attributes (see https://github.com/pubannotation/pubannotation/issues/8) - [ ] Support exporting/importing relation layers

⭐️ Enhancement
Module-io.pubannotation

``` Since we lack non-GPL lemmatizes (ok, we have the one from the ClearNLP now), it may be a good idea to integrate the BioLemmatizer (http://biolemmatizer.sourceforge.net). The license appears to...

🆕Enhancement

http://www.llc.manchester.ac.uk/research/projects/germanc/files/ - The "rawcorpus" version could be added as a dataset - The "TEIcorpus" version could be added as a dataset, but we'd have to check if our TeiReader actually...

🆕Enhancement
Module-api.datasets

https://github.com/EuropeanaNewspapers/ner-corpora

⭐️ Enhancement
Module-api.datasets

Change explicit handling of `ROOT` element in constituent and dependency parser components if mapping is disabled. This is a follow-up to #1317

In particular for the standalone version where the database contents are not as easily accessible, having some way to reset the password of the built-in admin account would be useful....

🆕Enhancement
🕶️UX
➔ INCEpTION

**What's in the PR** * Better error message on dangling relations **How to test manually** * No specific testing procedure **Automatic testing** * [ ] PR includes unit tests **Documentation**...

🆕Enhancement

Add a switch to the annotation UIs which allows to hide or minimize UI elements that are not essential during annotation.

**Describe the refactoring action** The RemoveDanglingRelationsRepair action presently checks for the presence of source/target features to determine if an annotation is a relation. Better check for the layer type. **Expected...

⚙️Refactoring