@Beta public abstract class ParserWrapper_ImplBase<TOKEN_TYPE extends Annotation,SENTENCE_TYPE extends Annotation,PARSE_TYPE,TOP_NODE_TYPE extends Annotation> extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
| Modifier and Type | Field and Description |
|---|---|
protected InputTypesHelper<TOKEN_TYPE,SENTENCE_TYPE> |
inputTypesHelper |
protected String |
inputTypesHelperClassName |
protected OutputTypesHelper<TOKEN_TYPE,SENTENCE_TYPE,PARSE_TYPE,TOP_NODE_TYPE> |
outputTypesHelper |
protected String |
outputTypesHelperClassName |
static String |
PARAM_INPUT_TYPES_HELPER_CLASS_NAME |
static String |
PARAM_OUTPUT_TYPES_HELPER_CLASS_NAME |
| Constructor and Description |
|---|
ParserWrapper_ImplBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(UimaContext ctx) |
getLoggergetRequiredCasInterface, process, processgetCasInstancesRequired, hasNext, nextbatchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecificationprotected InputTypesHelper<TOKEN_TYPE extends Annotation,SENTENCE_TYPE extends Annotation> inputTypesHelper
protected String inputTypesHelperClassName
protected OutputTypesHelper<TOKEN_TYPE extends Annotation,SENTENCE_TYPE extends Annotation,PARSE_TYPE,TOP_NODE_TYPE extends Annotation> outputTypesHelper
protected String outputTypesHelperClassName
public static final String PARAM_INPUT_TYPES_HELPER_CLASS_NAME
public static final String PARAM_OUTPUT_TYPES_HELPER_CLASS_NAME
public ParserWrapper_ImplBase()
public void initialize(UimaContext ctx) throws ResourceInitializationException
initialize in interface AnalysisComponentinitialize in class org.apache.uima.fit.component.JCasAnnotator_ImplBaseResourceInitializationExceptionCopyright © 2014. All rights reserved.