Question about use of Time Annotators in 4.0.1 (trunk)

2021-10-26 Thread Peter Abramowitsch
I have a couple of questions about the TimeAnnotators forward and backward 1. The BackwardsTimeAnnotator complains that it doesn't know whether it is in training mode when there is no "inTraining" parameter. But when I supply it with the value false, then it complains that it doesn't have a cla

Re: Question about use of Time Annotators in 4.0.1 (trunk) [EXTERNAL]

2021-10-26 Thread Finan, Sean
Hi Peter, I use the piper files, and temporal sub piper TemporalSubPipe.piper in ctakes-temporal-res/src/main/resources/org/apache/ctakes/temporal/pipeline contains the following: // Commands and parameters to create a default temporal processing sub-pipeline. This is not a full pipeline. //

Re: Question about use of Time Annotators in 4.0.1 (trunk) [EXTERNAL]

2021-10-26 Thread Peter Abramowitsch
That's great info, thank you, Sean! I keep forgetting that the sub pipers may have more recent information that some of the unit tests. P. On Tue, Oct 26, 2021 at 3:24 PM Finan, Sean < sean.fi...@childrens.harvard.edu> wrote: > Hi Peter, > > I use the piper files, and temporal sub piper Tempora