Uses of Class
org.apache.uima.alchemy.digester.domain.Results

Packages that use Results
org.apache.uima.alchemy.digester   
org.apache.uima.alchemy.digester.categorization   
org.apache.uima.alchemy.digester.concept   
org.apache.uima.alchemy.digester.domain   
org.apache.uima.alchemy.digester.entity.annotated   
org.apache.uima.alchemy.digester.entity.ranked   
org.apache.uima.alchemy.digester.keyword   
org.apache.uima.alchemy.digester.language   
org.apache.uima.alchemy.digester.microformats   
org.apache.uima.alchemy.digester.sentiment   
org.apache.uima.alchemy.mapper   
org.apache.uima.alchemy.mapper.processor   
 

Uses of Results in org.apache.uima.alchemy.digester
 

Methods in org.apache.uima.alchemy.digester that return Results
 Results OutputDigester.parseAlchemyXML(InputStream xmlReader)
           
 

Uses of Results in org.apache.uima.alchemy.digester.categorization
 

Methods in org.apache.uima.alchemy.digester.categorization that return Results
 Results XMLTextCategorizationDigester.parseAlchemyXML(InputStream stream)
           
 Results JsonTextCategorizationDigester.parseAlchemyXML(InputStream stream)
           
 

Uses of Results in org.apache.uima.alchemy.digester.concept
 

Methods in org.apache.uima.alchemy.digester.concept that return Results
 Results XMLTextConceptDigester.parseAlchemyXML(InputStream xmlReader)
           
 Results JsonTextConceptDigester.parseAlchemyXML(InputStream xmlReader)
           
 

Uses of Results in org.apache.uima.alchemy.digester.domain
 

Subclasses of Results in org.apache.uima.alchemy.digester.domain
 class AnnotatedResults
           
 class CategorizationResults
           
 class ConceptResults
           
 class EntitiesResults
           
 class KeywordResults
           
 class LanguageDetectionResults
           
 class MicroformatsResults
           
 class SentimentAnalysisResults
          The result of a sentiment analysis service call
 

Uses of Results in org.apache.uima.alchemy.digester.entity.annotated
 

Methods in org.apache.uima.alchemy.digester.entity.annotated that return Results
 Results XMLAnnotatedEntityExtractionDigester.parseAlchemyXML(InputStream stream)
           
 

Uses of Results in org.apache.uima.alchemy.digester.entity.ranked
 

Methods in org.apache.uima.alchemy.digester.entity.ranked that return Results
 Results XMLRankedEntityExtractionDigester.parseAlchemyXML(InputStream stream)
           
 Results JsonTextRankedEntityExtractionDigester.parseAlchemyXML(InputStream stream)
           
 

Uses of Results in org.apache.uima.alchemy.digester.keyword
 

Methods in org.apache.uima.alchemy.digester.keyword that return Results
 Results XMLTextKeywordExctractionDigester.parseAlchemyXML(InputStream xmlReader)
           
 

Uses of Results in org.apache.uima.alchemy.digester.language
 

Methods in org.apache.uima.alchemy.digester.language that return Results
 Results XMLLanguageDigester.parseAlchemyXML(InputStream responseStream)
           
 

Uses of Results in org.apache.uima.alchemy.digester.microformats
 

Methods in org.apache.uima.alchemy.digester.microformats that return Results
 Results XMLMicroformatsDigester.parseAlchemyXML(InputStream responseStream)
           
 

Uses of Results in org.apache.uima.alchemy.digester.sentiment
 

Methods in org.apache.uima.alchemy.digester.sentiment that return Results
 Results XMLSentimentAnalysisDigester.parseAlchemyXML(InputStream responseStream)
           
 

Uses of Results in org.apache.uima.alchemy.mapper
 

Methods in org.apache.uima.alchemy.mapper with parameters of type Results
static void Alchemy2TypeSystemMapper.mapResultsToTypeSystem(Results results, org.apache.uima.jcas.JCas aJCas)
           
 

Uses of Results in org.apache.uima.alchemy.mapper.processor
 

Methods in org.apache.uima.alchemy.mapper.processor with parameters of type Results
 void SentimentAnalysisProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void RankedEntitiesProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void MicroformatsProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void LanguageProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void KeywordProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void ConceptTaggingProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void CategorizationProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void AnnotatedEntitiesProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
           
 void AlchemyOutputProcessor.process(org.apache.uima.jcas.JCas cas, Results results)
          process AlchemyAPI output results and populate JCas with the proper FeatureStructures
 



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