Re: Temporal module dictionary

2017-05-11 Thread Lin, Chen
*city* 4 years ago >> >> Would you expect those sort of expressions to be captured by the >>temporal module? >> >> Thanks, >> Erin >> >> >> -Original Message- >> From: Dligach, Dmitriy [mailto:ddlig...@luc.edu] >> Sent

Re: Temporal module dictionary

2017-05-11 Thread Dligach, Dmitriy
xpressions to be captured by the temporal > module? > > Thanks, > Erin > > > -Original Message- > From: Dligach, Dmitriy [mailto:ddlig...@luc.edu] > Sent: Thursday, May 11, 2017 11:50 AM > To: dev@ctakes.apache.org > Subject: Re: Temporal module dictionary

Re: Temporal module dictionary

2017-05-11 Thread Erin Gustafson
Thanks, Sean! Erin From: Finan, Sean Sent: Thursday, May 11, 2017 1:08 PM To: dev@ctakes.apache.org Subject: RE: Temporal module dictionary Hi Erin, Ok, thanks. I think that you are getting non-dictionary events from the temporal module. You could

RE: Temporal module dictionary

2017-05-11 Thread Finan, Sean
afson [mailto:erin.gustaf...@northwestern.edu] Sent: Thursday, May 11, 2017 2:04 PM To: dev@ctakes.apache.org Subject: Re: Temporal module dictionary Hi Sean, The cuis are all within my dictionary. Erin From: Finan, Sean Sent: Thursday, May 11, 2017 12:39 PM To

Re: Temporal module dictionary

2017-05-11 Thread Erin Gustafson
Hi Sean, The cuis are all within my dictionary. Erin From: Finan, Sean Sent: Thursday, May 11, 2017 12:39 PM To: dev@ctakes.apache.org Subject: RE: Temporal module dictionary Hi Erin, Can you make a call to OntologyConceptUtil.getCuis( jcas ).forEach

RE: Temporal module dictionary

2017-05-11 Thread Finan, Sean
Sean -Original Message- From: Erin Gustafson [mailto:erin.gustaf...@northwestern.edu] Sent: Thursday, May 11, 2017 12:59 PM To: dev@ctakes.apache.org Subject: RE: Temporal module dictionary Correct! -Original Message- From: Finan, Sean [mailto:sean.fi...@childrens.harvard.edu] Sent: Thu

RE: Temporal module dictionary

2017-05-11 Thread Erin Gustafson
rom: Dligach, Dmitriy [mailto:ddlig...@luc.edu] Sent: Thursday, May 11, 2017 11:50 AM To: dev@ctakes.apache.org Subject: Re: Temporal module dictionary Hi Erin, Is it an option to use all events and then just post-process the output of temporal relation extraction to include the events you are interested in?

RE: Temporal module dictionary

2017-05-11 Thread Erin Gustafson
Correct! -Original Message- From: Finan, Sean [mailto:sean.fi...@childrens.harvard.edu] Sent: Thursday, May 11, 2017 11:57 AM To: dev@ctakes.apache.org Subject: RE: Temporal module dictionary Hi Erin, So, just to be clear, you changed line #110 in TemporalExtractionPipeline_ImplBase

RE: Temporal module dictionary

2017-05-11 Thread Finan, Sean
Hi Erin, So, just to be clear, you changed line #110 in TemporalExtractionPipeline_ImplBase, the getFastPipeline() method from: builder.add( DefaultJCasTermAnnotator.createAnnotatorDescription() ); to: builder.add( DefaultJCasTermAnnotator.createAnnotatorDescription( path/to/my/config.xm

Re: Temporal module dictionary

2017-05-11 Thread Dligach, Dmitriy
Hi Erin, Is it an option to use all events and then just post-process the output of temporal relation extraction to include the events you are interested in? The temporal module may break if you exclude some events. Dima > On May 11, 2017, at 11:44, Erin Gustafson > wrote: > > Hi all, >