Richard Eckart de Castilho
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...
- [ ] Support attributes (see https://github.com/pubannotation/pubannotation/issues/8) - [ ] Support exporting/importing relation layers
``` 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...
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...
https://github.com/EuropeanaNewspapers/ner-corpora
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....
**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**...
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...