You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Deepti Parachuri <De...@infosys.com> on 2011/07/05 09:11:07 UTC

Regd Coreference module of openNLP

Hi,

I am new user of openNLP. I would like to know how to use the Coreference api.

Thanks and Regards,
Deepti

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are not 
to copy, disclose, or distribute this e-mail or its contents to any other person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
every reasonable precaution to minimize this risk, but is not liable for any damage 
you may sustain as a result of any virus in this e-mail. You should carry out your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Re: Regd Coreference module of openNLP

Posted by Jörn Kottmann <ko...@gmail.com>.
On 7/5/11 9:11 AM, Deepti Parachuri wrote:
> Hi,
>
> I am new user of openNLP. I would like to know how to use the Coreference api.
>

Have a look at the TreebankLinker.main method, coref works currently 
only for English.
Depending on your use case the existing models are just fine.

Compared to the other components in OpenNLP the coref part is missing a 
few things, like
training support, the model packages, evaluation, etc. We will hopefully 
be able
to address these issues for the 1.5.3 release.

Jörn