Search code examples
nlpopennlp

Coreference Resolution using OpenNLP


I want to do "coreference resolution" using OpenNLP. Documentation from Apache (Coreference Resolution) doesn't cover how to do "coreference resolution". Does anybody have any docs/tutorial how to do this?


Solution

  • There is little coreference resolution documentation for OpenNLP at the moment except for a very short mention of how to run it in the readme.

    If you're not invested in using OpenNLP, then consider the Stanford CoreNLP package, which includes a Java example of how to run it, including how to perform coreference resolution using the package. It also includes a page summarizing it's performance, and the papers published on the coreference package.