public class Conll2003GoldReader extends org.apache.uima.fit.component.JCasCollectionReader_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCSTART |
static String |
PARAM_DATA_FILE_NAME |
static String |
PARAM_LOAD_NAMED_ENTITIES |
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 |
|---|
Conll2003GoldReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
getNext(JCas jCas) |
Progress[] |
getProgress() |
boolean |
hasNext() |
void |
initialize(UimaContext context) |
void |
setDataFileName(String dataFileName) |
void |
setLoadNamedEntities(boolean loadNamedEntities) |
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 DOCSTART
public static final String PARAM_DATA_FILE_NAME
public static final String PARAM_LOAD_NAMED_ENTITIES
public Conll2003GoldReader()
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 setDataFileName(String dataFileName)
public void setLoadNamedEntities(boolean loadNamedEntities)
Copyright © 2014. All rights reserved.