dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Allow specifying multiple models on CoreNLP NER #797

Closed reckart closed 5 months ago

reckart commented 8 years ago

The Stanford CoreNLP NER uses an NER combiner that in principle supports running multiple NER models at the same time. However, currently our component only allows passing a single model, variant, mapping, etc. to the component. It would be good to have an approach to pass multiple.

The same could then maybe also be used for the OpenNLP NER.

See also: https://github.com/dkpro/dkpro-core/issues/506

reckart commented 5 months ago

We can simple add the component multiple times.