Re: Problem with the PrecisionTermConsumer [EXTERNAL]

2017-07-14 Thread Kean Kaufmann
> (diseaseDisorder entity : JCasUtil.select(jcas, DiseaseDisorderMention.class)) Justin, you might also want to check out the JCasUtil selectCovering/Covered and indexCovering/Covered methods: e.g., in your example, I *think* this would work to remove "arterial": JCasUtil.indexCovered(jcas, Anato

RE: Problem with the PrecisionTermConsumer [EXTERNAL]

2017-07-14 Thread Finan, Sean
Hi Justin, > To accomplish this I'm using a modified version of the FastPipeline. >And in the sno_rx_2016ab.xml, instead of DefaultTermConsumer, I'm using the >PrecisionTermConsumer. This is the correct approach for your stated goal. > cTakes picks up "peripheral arterial disease" but it also p