Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some NER tools do not mark multi-word NEs #1234

Open
7 tasks
reckart opened this issue May 23, 2018 · 0 comments
Open
7 tasks

Some NER tools do not mark multi-word NEs #1234

reckart opened this issue May 23, 2018 · 0 comments

Comments

@reckart
Copy link
Member

reckart commented May 23, 2018

Some NER tools such as the CoreNlpNamedEntityRecognizer mark every token individually as a NE instead of creating a multi-token NE.

2018-05-23_11-43-44

IMHO the default behavior should be that NEs with the same label are joined unless the model uses a BIO-like encoding in which case the BIO markers should be respected.

Also the unit tests for the NER tools should be changed to include a multi-word NE, e.g. change John from the current unit tests into John Smith.

  • CoGrOO Named Entity Recognizer
  • CoreNLP Named Entity Recogizer (old API)
  • CoreNLP Named Entity Recognizer
  • Illinois CCG Named Entity Recognizer
  • LingPipe Named Entity Recognizer
  • NLP4J Named Entity Recognizer
  • OpenNLP Named Entity Recognizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant