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.xml ) );
Is that correct?
Thanks,
Sean
-----Original Message-----
From: Erin Gustafson [mailto:[email protected]]
Sent: Thursday, May 11, 2017 12:44 PM
To: [email protected]
Subject: Temporal module dictionary
Hi all,
I would like to use the temporal module to detect temporal relations involving
events specific to a phenotype. I've created a custom .bsv dictionary with a
limited set of concepts relevant to that phenotype, which I have used in the
past as input to the dictionary look-up algorithm. Now I'd like to try to use
the same dictionary with the temporal module to limit the extracted relations
to those involving events of interest.
Is it possible to do this? I've plugged my dictionary in to
FullTemporalExtractionPipeline, but the detected events still include concepts
that fall outside my dictionary.
Thanks,
Erin