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

Mention detection (question) #3

Open joecheriross opened 9 years ago

joecheriross commented 9 years ago

Hi,

I was trying to use the mention detection module of this project. Can you please help me with pointers on which class and function does the mention detection. Even if it is not quite straight forward some directions will help.

Thanks, Joe

gregdurrett commented 9 years ago

Hi Joe,

Look in edu.berkeley.nlp.entity.coref.CorefDocAssembler. extractPredMentions is the method you want.

Let me know if you have other questions.

Greg

On Mon, Sep 28, 2015 at 10:24 PM, Joe Cheri Ross notifications@github.com wrote:

Hi,

I was trying to use the mention detection module of this project. Can you please help me with pointers on which class and function does the mention detection. Even if it is not quite straight forward some directions will help.

Thanks, Joe

— Reply to this email directly or view it on GitHub https://github.com/gregdurrett/berkeley-entity/issues/3.

joecheriross commented 9 years ago

Thanks Greg. I will try with that.

On Wed, Sep 30, 2015 at 12:26 AM, Greg Durrett notifications@github.com wrote:

Hi Joe,

Look in edu.berkeley.nlp.entity.coref.CorefDocAssembler. extractPredMentions is the method you want.

Let me know if you have other questions.

Greg

On Mon, Sep 28, 2015 at 10:24 PM, Joe Cheri Ross <notifications@github.com

wrote:

Hi,

I was trying to use the mention detection module of this project. Can you please help me with pointers on which class and function does the mention detection. Even if it is not quite straight forward some directions will help.

Thanks, Joe

— Reply to this email directly or view it on GitHub https://github.com/gregdurrett/berkeley-entity/issues/3.

— Reply to this email directly or view it on GitHub https://github.com/gregdurrett/berkeley-entity/issues/3#issuecomment-144156055 .