dkpro-core icon indicating copy to clipboard operation
dkpro-core copied to clipboard

Allow specifying multiple models on CoreNLP NER

Open reckart opened this issue 9 years ago • 0 comments

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 avatar Mar 02 '16 22:03 reckart