gregdurrett / berkeley-entity

The Berkeley Entity Resolution System jointly solves the problems of named entity recognition, coreference resolution, and entity linking with a feature-rich discriminative model.
GNU General Public License v3.0
185 stars 35 forks source link

Coreference resolution with provided entities #15

Closed tbright17 closed 5 years ago

tbright17 commented 5 years ago

Hi Greg,

I'm trying to use your code to generate coreferences of a document. What I have is a document and a list of entities [w1,w2,w3,w4,...,wn]. I want to find references of all these entities in the document. Is there a way to achieve this? I appreciate it a lot if you can provide some guidance.

Thanks, Ming