Re: ClearNLP POSTagger

2013-04-09 Thread Jörn Kottmann
On 04/09/2013 10:42 PM, Chen, Pei wrote: Let me know if you get a chance to try it out/run some benchmarks see how it performs against the current. The OpenNLP POS Tagger has built in evaluation, if you have test data you could run the evaluator on it or the cross evaluator if you only have

RE: ClearNLP POSTagger

2013-04-09 Thread Chen, Pei
nt. --Pei > -Original Message- > From: Masanz, James J. [mailto:masanz.ja...@mayo.edu] > Sent: Tuesday, April 09, 2013 4:31 PM > To: 'dev@ctakes.apache.org' > Subject: RE: ClearNLP POSTagger > > That's great. Thanks. > > Is there something that descr

RE: ClearNLP POSTagger

2013-04-09 Thread Masanz, James J.
.apache.org [mailto:dev- > return-1482-Masanz.James=mayo@ctakes.apache.org] On Behalf Of Chen, > Pei > Sent: Tuesday, April 09, 2013 3:29 PM > To: dev@ctakes.apache.org > Subject: RE: ClearNLP POSTagger > > FYI: > This has been done in trunk in r. 1466216 > https://issues.apac

RE: ClearNLP POSTagger

2013-04-09 Thread Chen, Pei
> -Original Message- > From: Chen, Pei [mailto:pei.c...@childrens.harvard.edu] > Sent: Monday, April 08, 2013 5:14 PM > To: dev@ctakes.apache.org > Subject: RE: ClearNLP POSTagger > > Hi Richard, > Yes- the ClearNLP tools (POSTagger, Dependency Parser, SRL) in cTAK

Re: ClearNLP POSTagger

2013-04-09 Thread Richard Eckart de Castilho
Am 09.04.2013 um 03:29 schrieb "Chen, Pei" : > Hi Richard, > It is so useful that someone is maintaining these as Maven artifacts. Do you > have the artifact names/ids to the corresponding models? I'm thinking to > reuse those from Maven central if they already exists. I know of some models

Re: ClearNLP POSTagger

2013-04-09 Thread Jörn Kottmann
Would it be possible to run some benchmarks so we know the performance difference between the two? The OpenNLP POS Tagger can be customized, currently is possible to replace the feature generation, it can probably be optimized for the medical domain, the default feature generation is tuned for

RE: ClearNLP POSTagger

2013-04-08 Thread Chen, Pei
rt de Castilho [eck...@ukp.informatik.tu-darmstadt.de] Sent: Monday, April 08, 2013 5:28 PM To: Subject: Re: ClearNLP POSTagger Hi Pei, > Yes- the ClearNLP tools (POSTagger, Dependency Parser, SRL) in cTAKES were > retrained with additional data (MiPAQ/SHARP). > The Dependency Parser/SR

RE: ClearNLP POSTagger

2013-04-08 Thread Chen, Pei
8, 2013 5:29 PM > To: > Subject: Re: ClearNLP POSTagger > > Hi Pei, > > > Yes- the ClearNLP tools (POSTagger, Dependency Parser, SRL) in cTAKES > were retrained with additional data (MiPAQ/SHARP). > > The Dependency Parser/SRL replaced the existing one because

RE: ClearNLP POSTagger

2013-04-08 Thread Chen, Pei
ilho [mailto:eck...@ukp.informatik.tu- > darmstadt.de] > Sent: Monday, April 08, 2013 1:43 PM > To: > Subject: Re: ClearNLP POSTagger > > Hi, > > did you train new models for the ClearNLP/OpenNLP tools? (Maybe I knew if > I had followed a past discussion on models

RE: ClearNLP POSTagger

2013-04-08 Thread Chen, Pei
is a pretty significant speed improvement in the ClearPOSTagger as well. > -Original Message- > From: Lee Becker [mailto:lee.bec...@gmail.com] > Sent: Monday, April 08, 2013 2:29 PM > To: dev@ctakes.apache.org > Subject: Re: ClearNLP POSTagger > > On Mon, Apr 8, 2013 a

Re: ClearNLP POSTagger

2013-04-08 Thread Lee Becker
On Mon, Apr 8, 2013 at 12:04 PM, Steven Bethard wrote: > > While working on the Dependency Parser/SRL labeler, we also have a > POSTagger from ClearNLP. It is fairly simple and I have the code ready > (also trained on the same data as the dep parser- MiPaq/SHARP) to be > checked-in. What does

Re: ClearNLP POSTagger

2013-04-08 Thread Steven Bethard
On Apr 8, 2013, at 10:15 AM, "Chen, Pei" wrote: > While working on the Dependency Parser/SRL labeler, we also have a POSTagger > from ClearNLP. It is fairly simple and I have the code ready (also trained > on the same data as the dep parser- MiPaq/SHARP) to be checked-in. What does > the fol

Re: ClearNLP POSTagger

2013-04-08 Thread Richard Eckart de Castilho
Hi, did you train new models for the ClearNLP/OpenNLP tools? (Maybe I knew if I had followed a past discussion on models more closely…) Cheers, -- Richard Am 08.04.2013 um 18:15 schrieb "Chen, Pei" : > Hi, > While working on the Dependency Parser/SRL labeler, we also have a POSTagger > from

ClearNLP POSTagger

2013-04-08 Thread Chen, Pei
Hi, While working on the Dependency Parser/SRL labeler, we also have a POSTagger from ClearNLP. It is fairly simple and I have the code ready (also trained on the same data as the dep parser- MiPaq/SHARP) to be checked-in. What does the folks think: We can include both Analysis Engines in the