Uses of Class
org.apache.uima.fit.pipeline.JCasIterable
Packages that use JCasIterable
-
Uses of JCasIterable in org.apache.uima.fit.pipeline
Methods in org.apache.uima.fit.pipeline that return JCasIterableModifier and TypeMethodDescriptionstatic JCasIterable
SimplePipeline.iteratePipeline
(CollectionReaderDescription aReader, AnalysisEngineDescription... aEngines) Iterate through theJCases
processed by the pipeline, allowing to access each one after it has been processed.