com.raritantechnologies.uima
Class VerboseCasConsumer

java.lang.Object
  extended byCasConsumer_ImplBase
      extended bycom.raritantechnologies.uima.VerboseCasConsumer

public class VerboseCasConsumer
extends CasConsumer_ImplBase

Prints out CAS data...

UIMA Configuration XML:
  <casConsumerDescription  xmlns="http://uima.watson.ibm.com/resourceSpecifier">
    <frameworkImplementation>com.ibm.uima.java</frameworkImplementation>
    <implementationName>com.raritantechnologies.uima.VerboseCasConsumer</implementationName>

    <processingResourceMetaData>
      <name>Raritan Result Output Processor CAS Consumer</name>
      <description>Logs CasConsumer activity to a log file.</description>
      <version>1.0</version>
      <vendor>Raritan Technologies</vendor>

      <typeSystemDescription/>

      <capabilities>
        <capability/>
      </capabilities>
    </processingResourceMetaData>
  </casConsumerDescription>
 

Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
VerboseCasConsumer()
           
 
Method Summary
 void processCas(CAS aCAS)
          Retrieves all of the annotations added to the CAS, builds term - relationship clusters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerboseCasConsumer

public VerboseCasConsumer()
Method Detail

processCas

public void processCas(CAS aCAS)
                throws ResourceProcessException
Retrieves all of the annotations added to the CAS, builds term - relationship clusters.

Throws:
ResourceProcessException