Re: CoReference

2017-05-19 Thread Damiano Porta
us working on the documentation (-: > CheersBruno > > > From: Joern Kottmann > To: "dev@opennlp.apache.org" > Sent: Friday, 19 May 2017 2:56 AM > Subject: Re: CoReference > > That part is not maintained currently, if you would like to work on it you >

Re: CoReference

2017-05-18 Thread Bruno P. Kinoshita
And if you are willing to work on this Damiano, I'd be able to help a few hours every week, plus working on the documentation (-: CheersBruno From: Joern Kottmann To: "dev@opennlp.apache.org" Sent: Friday, 19 May 2017 2:56 AM Subject: Re: CoReference That part is

Re: CoReference

2017-05-18 Thread Joern Kottmann
48 and here's where I believe the code is now > >> located > >> > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/ > >> > > > >> > > Not sure if there was any other work not mentioned in that issue. > >> > > &g

Re: CoReference

2017-05-18 Thread Damiano Porta
gt;> > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/ >> > > >> > > Not sure if there was any other work not mentioned in that issue. >> > > >> > > Hope that helps >> > > Bruno >> > >

Re: CoReference

2017-05-18 Thread Damiano Porta
> > jira/browse/OPENNLP-48 and here's where I believe the code is now > located > > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/ > > > > > > Not sure if there was any other work not mentioned in that issue. > > > >

Re: CoReference

2017-05-18 Thread Joern Kottmann
at issue. > > > > Hope that helps > > Bruno > > ____ > > From: Damiano Porta > > To: dev@opennlp.apache.org > > Sent: Thursday, 18 May 2017 10:54 PM > > Subject: CoReference > > > > > > > > Hello every

Re: CoReference

2017-05-18 Thread Damiano Porta
was any other work not mentioned in that issue. > > Hope that helps > Bruno > > From: Damiano Porta > To: dev@opennlp.apache.org > Sent: Thursday, 18 May 2017 10:54 PM > Subject: CoReference > > > > Hello everybody, > > i

Re: CoReference

2017-05-18 Thread Bruno P. Kinoshita
ted https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/ Not sure if there was any other work not mentioned in that issue. Hope that helps Bruno From: Damiano Porta To: dev@opennlp.apache.org Sent: Thursday, 18 May 2017 10:54 PM Subject: CoReference Hello eve

CoReference

2017-05-18 Thread Damiano Porta
Hello everybody, i need a coreference solution to link my entities (DATE, PERSON, ORG). Can someone show me the way to start working on that? Thank you so much. Damiano

Re: Coreference resolution

2016-11-03 Thread Rodrigo Agerri
Hello, Please see https://issues.apache.org/jira/browse/OPENNLP-48 Best, R On Mon, Oct 31, 2016 at 11:56 PM, Damiano Porta wrote: > Hello, > can we implement coreference resolution someway? > Thanks > Damiano

Coreference resolution

2016-10-31 Thread Damiano Porta
Hello, can we implement coreference resolution someway? Thanks Damiano

Re: How to work with Coreference resolutions

2012-06-21 Thread Jörn Kottmann
On 06/14/2012 08:59 PM, Carlos Scheidecker wrote: Is there any references of Information Extraction using OpenNLP that you would recommend as well? OpenNLP provides some base functionality like, tokenization, sentence detection, chunking, parsing, NER. At least some of these are necessary prepr

Re: How to train and create Coreference models

2012-06-14 Thread Jörn Kottmann
On 06/14/2012 09:06 PM, Carlos Scheidecker wrote: Also, is the format for NERs on 1.5x different than the one on 1.4x and under? Seems to me that the coreference models are different. Is it because the NERs code has been updated and the Coreference still not? First part of my answer. Yes we

How to train and create Coreference models

2012-06-14 Thread Carlos Scheidecker
Jörn et all, Allow me to abuse a little further. How do I go to train Coreference models? Any hints on the code for achieving that and creating the files? Also, is the format for NERs on 1.5x different than the one on 1.4x and under? Seems to me that the coreference models are different. Is it

Re: How to work with Coreference resolutions

2012-06-14 Thread Carlos Scheidecker
. Is there any references of Information Extraction using OpenNLP that you would recommend as well? Thanks, Carlos. On Thu, Jun 14, 2012 at 9:14 AM, Jörn Kottmann wrote: > Hello, > > the input for the coreference component needs to be preprocessed, > with the sentence detecto

Re: How to work with Coreference resolutions

2012-06-14 Thread Jörn Kottmann
Hello, the input for the coreference component needs to be preprocessed, with the sentence detector, tokenizer, parser and name finders. You can do this via API and our documentation provides sample code for each of these steps. The only tricky part is the to get the named entities into the

Re: How to work with Coreference resolutions

2012-06-13 Thread Carlos Scheidecker
Jörn, I just want to know how it works for now. I've following the one from StanfordNLP as well. Basically, I want to first know if I just pass raw test to it or if I have to tag that first. Looks like I need to do POS tag first. I want to be able to pass a text and get the references as object

Re: How to work with Coreference resolutions

2012-06-13 Thread Jörn Kottmann
On 06/13/2012 07:07 PM, Carlos Scheidecker wrote: Thanks. So for now we can only use the models from 1.4. I saw that a training class was added recently. How do you use that? Thats still work in progress, on which data do you want to train? You need to produce data in a certain format, there s

Re: How to work with Coreference resolutions

2012-06-13 Thread Carlos Scheidecker
> > Hope that helps, > Jörn > > > On 06/13/2012 06:42 PM, Carlos Scheidecker wrote: > >> The opennlp.tools.lang.english.**TreebankLinker has a Main method to >> perform >> Coreference resolutions. >> >> One can call that from the command line. >>

Re: How to work with Coreference resolutions

2012-06-13 Thread Carlos Scheidecker
p.tools.lang.english.**TreebankLinker has a Main method to >> perform >> Coreference resolutions. >> >> One can call that from the command line. >> >> I would like to know how to use that with the Java API. Can anyone provide >> an example? >> >

Re: How to work with Coreference resolutions

2012-06-13 Thread Jörn Kottmann
Scheidecker wrote: The opennlp.tools.lang.english.TreebankLinker has a Main method to perform Coreference resolutions. One can call that from the command line. I would like to know how to use that with the Java API. Can anyone provide an example? Thanks, Carlos. I've also found this explan