An example application that shows how to interact with a CasMultiplier. A CasMultiplier is a type
of Analysis Engine that outputs new CASes. One use of a CasMultiplier is to divide a large CAS
into smaller pieces - a CasMultiplier that does this is called a "Segmenter".
This program takes two arguments -
- The path to the Analysis Engine Descriptor for the CasMultiplier to run (such as
descriptors/cas_multiplier/SimpleTextSegmenter.xml or
descriptors/cas_multiplier/SegmenterAndTokenizerAE.xml)
- The file name of a text document to analyze (to see the effect of segmentation, choose a
document larger than 100k characters, which is the default segment size produced by the
SimpleTextSegmenter.