@PipeBitInfo(name="Judged Attribute XMI Writer", description="Writes XMI File based upon judged attributes.", role=WRITER, dependencies=IDENTIFIED_ANNOTATION) public class JudgeAttributeInstances extends org.apache.uima.fit.component.JCasConsumer_ImplBase
Modifier and Type | Class and Description |
---|---|
protected static class |
JudgeAttributeInstances.Selector |
Modifier and Type | Field and Description |
---|---|
protected static AssertionEvaluation.Options |
options |
static String |
PARAM_OUTPUT_DIRECTORY_NAME
The parameter name for the configuration parameter that specifies the output directory
|
static String |
PARAM_XML_SCHEME_NAME
The parameter name for the configuration parameter that provides the name of the XML scheme
to use.
|
static String |
XCAS
The name of the XCAS XML scheme.
|
static String |
XMI
The name of the XMI XML scheme.
|
Constructor and Description |
---|
JudgeAttributeInstances() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.uima.UimaContext context) |
void |
process(org.apache.uima.jcas.JCas jCas) |
static String |
prompt(String attr) |
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public static final String PARAM_OUTPUT_DIRECTORY_NAME
public static final String PARAM_XML_SCHEME_NAME
public static final String XMI
public static final String XCAS
protected static AssertionEvaluation.Options options
public void initialize(org.apache.uima.UimaContext context) throws org.apache.uima.resource.ResourceInitializationException
initialize
in interface org.apache.uima.analysis_component.AnalysisComponent
initialize
in class org.apache.uima.fit.component.JCasConsumer_ImplBase
org.apache.uima.resource.ResourceInitializationException
public void process(org.apache.uima.jcas.JCas jCas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.