Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The file desc/analysis_engine/AggregateCdaProcessor.xml is the aggregate analysis engine to use to run the entire pipeline, including the CdaCasInitialzer analysis engine, which reads CDA documents that conform to the DTD provided, and create Segment annotations based on the sections within the CDA document.

Parameters

ChunkerCreatorClass
- the full class name of an implementation of the interface edu.mayo.bmi.uima.chunker.ChunkerCreator

...

The file desc/analysis_engine/AggregatePlaintextProcessor.xml is the aggregate analysis engine to use to run the entire pipeline, including the SimpleSegmentAnnotator analysis engine, which creates a Segment annotation that wraps the entire plain text document. Other annotators in the pipeline require at least one Segment annotation.

Parameters

SegmentID - the identifier or name to assign to the Segment annotation
ChunkerCreatorClass the full class name of an implementation of the
interface edu.mayo.bmi.uima.chunker.ChunkerCreator

...