org.apache.uima.alchemy.mapper.processor
Class AnnotatedEntitiesProcessor

java.lang.Object
  extended by org.apache.uima.alchemy.mapper.processor.AnnotatedEntitiesProcessor
All Implemented Interfaces:
AlchemyOutputProcessor

public class AnnotatedEntitiesProcessor
extends Object
implements AlchemyOutputProcessor


Constructor Summary
AnnotatedEntitiesProcessor()
           
 
Method Summary
 void process(org.apache.uima.jcas.JCas cas, Results results)
          process AlchemyAPI output results and populate JCas with the proper FeatureStructures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedEntitiesProcessor

public AnnotatedEntitiesProcessor()
Method Detail

process

public void process(org.apache.uima.jcas.JCas cas,
                    Results results)
             throws Exception
Description copied from interface: AlchemyOutputProcessor
process AlchemyAPI output results and populate JCas with the proper FeatureStructures

Specified by:
process in interface AlchemyOutputProcessor
Throws:
Exception


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.