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

Adjacent named entities from CoreNLP not merged #1430

Closed reckart closed 4 years ago

reckart commented 4 years ago

If the CoreNlpNamedEntity recognizer produces multi-token named entities, they are rendered as individual NE annotations on every token instead of being joined into multi-token entities.

jcklie commented 4 years ago

Duplicate of #1234?

reckart commented 4 years ago

Hm, yes :)