@PipeBitInfo(name="Dependency Node Writer", description="Writes information about Dependency Nodes to file.", role=WRITER, dependencies={SENTENCE,DEPENDENCY_NODE}) public class DependencyNodeWriter extends org.apache.uima.collection.CasConsumer_ImplBase
Constructor and Description |
---|
DependencyNodeWriter() |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Read in configuration parameters
|
void |
processCas(org.apache.uima.cas.CAS cas)
Create an xml file from the data in the cas.
|
batchProcessComplete, collectionProcessComplete, destroy, getProcessingResourceMetaData, initialize, isReadOnly, isStateless, processCas, reconfigure, typeSystemInit
getConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValue
getCasManager, getLogger, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void initialize() throws org.apache.uima.resource.ResourceInitializationException
initialize
in class org.apache.uima.collection.CasConsumer_ImplBase
org.apache.uima.resource.ResourceInitializationException
public void processCas(org.apache.uima.cas.CAS cas) throws org.apache.uima.resource.ResourceProcessException
org.apache.uima.resource.ResourceProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.