Torsten Zesch
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 ```
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()) ```
This looks promising, but seems to need some non-Java libraries to be installed manually.
Available here: http://macss.dfki.de/data/dependency_parser/UD_German_Clinical_retrain_250_0.gz
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...