public class Ace2005GoldReader extends org.apache.uima.fit.component.JCasCollectionReader_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_ACE_DIRECTORY_NAME |
static String |
PARAM_ACE_FILE_NAMES_FILE |
static String |
TAG_REGEX |
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_CONFIG_PARAM_SETTINGS, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT| Constructor and Description |
|---|
Ace2005GoldReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
getNext(JCas jCas) |
Progress[] |
getProgress()
Progress is measured by the number of files in the target directory - not by the number of
times getNext has been (and will be) called.
|
boolean |
hasNext() |
void |
initialize(UimaContext context) |
void |
setAceDirectoryName(String aceDirectoryName) |
void |
setAceFileNamesFile(String aceFileNamesFile) |
getLogger, getNext, initializedestroy, getCasInitializer, getProcessingResourceMetaData, initialize, isConsuming, reconfigure, setCasInitializer, typeSystemInitgetConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValuegetCasManager, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValuegetMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLoggerpublic static final String PARAM_ACE_DIRECTORY_NAME
public static final String PARAM_ACE_FILE_NAMES_FILE
public static final String TAG_REGEX
public Ace2005GoldReader()
public void close() throws IOException
close in interface BaseCollectionReaderclose in class org.apache.uima.fit.component.JCasCollectionReader_ImplBaseIOExceptionpublic void getNext(JCas jCas) throws IOException, CollectionException
getNext in class org.apache.uima.fit.component.JCasCollectionReader_ImplBaseIOExceptionCollectionExceptionpublic Progress[] getProgress()
public boolean hasNext() throws IOException, CollectionException
IOExceptionCollectionExceptionpublic void initialize(UimaContext context) throws ResourceInitializationException
initialize in class org.apache.uima.fit.component.JCasCollectionReader_ImplBaseResourceInitializationExceptionpublic void setAceDirectoryName(String aceDirectoryName)
public void setAceFileNamesFile(String aceFileNamesFile)
Copyright © 2014. All rights reserved.