org.apache.uima.alchemy.mapper.processor
Interface AlchemyOutputProcessor

All Known Implementing Classes:
AnnotatedEntitiesProcessor, CategorizationProcessor, ConceptTaggingProcessor, KeywordProcessor, LanguageProcessor, MicroformatsProcessor, RankedEntitiesProcessor, SentimentAnalysisProcessor

public interface AlchemyOutputProcessor


Method Summary
 void process(org.apache.uima.jcas.JCas cas, Results results)
          process AlchemyAPI output results and populate JCas with the proper FeatureStructures
 

Method Detail

process

void process(org.apache.uima.jcas.JCas cas,
             Results results)
             throws Exception
process AlchemyAPI output results and populate JCas with the proper FeatureStructures

Parameters:
cas -
results -
Throws:
Exception


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