The Berkeley Entity Resolution System jointly solves the problems of named entity recognition, coreference resolution, and entity linking with a feature-rich discriminative model.
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.
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