193194195196197198199
/** * @see org.apache.uima.collection.base_cpm.BaseCollectionReader#getProgress() */ public Progress[] getProgress() { return new Progress[] { new ProgressImpl(mCurrentIndex, mFiles.size(), Progress.ENTITIES) }; }
979899100101102103
public void typeSystemInit(TypeSystem aTypeSystem) throws ResourceInitializationException { initTypeSystemCalled = true; } public Progress[] getProgress() { return new Progress[] { new ProgressImpl(n, N, "document") }; }