Torsten Zesch

Results 6 issues of Torsten Zesch

Without the mapping, when using the model no sub-NE annotation are created. This should do the trick: ``` per=de.tudarmstadt.ukp.dkpro.core.api.ner.type.Person loc=de.tudarmstadt.ukp.dkpro.core.api.ner.type.Location org=de.tudarmstadt.ukp.dkpro.core.api.ner.type.Organization #MISC *=de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity ```

🐛Bug
Module-opennlp

https://github.com/hankcs/HanLP

🆕Enhancement

it would be nice to be able to initialize a CAS with a certain type system, e.g. ``` from somewhere import DKProCoreTypeSystem from cassis import Cas cas = Cas(DKProCoreTypeSystem()) ```

🆕Enhancement
Module: Type System

This looks promising, but seems to need some non-Java libraries to be installed manually.

IntegrationCandidate

Available here: http://macss.dfki.de/data/dependency_parser/UD_German_Clinical_retrain_250_0.gz

⭐️ Enhancement
Module-stanfordnlp

When doing select(supertype) and annotations of the supertype and several subtypes being present in the CAS (e.g. POS and POS_NOUN, POS_VERB etc), the returned iterable is only ordered per subtype...