Modifier and Type | Method and Description |
---|---|
Results |
OutputDigester.parseAlchemyXML(InputStream xmlReader) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLTextCategorizationDigester.parseAlchemyXML(InputStream stream) |
Results |
JsonTextCategorizationDigester.parseAlchemyXML(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLTextConceptDigester.parseAlchemyXML(InputStream xmlReader) |
Results |
JsonTextConceptDigester.parseAlchemyXML(InputStream xmlReader) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedResults |
class |
CategorizationResults |
class |
ConceptResults |
class |
EntitiesResults |
class |
KeywordResults |
class |
LanguageDetectionResults |
class |
MicroformatsResults |
class |
SentimentAnalysisResults
The result of a sentiment analysis service call
|
Modifier and Type | Method and Description |
---|---|
Results |
XMLAnnotatedEntityExtractionDigester.parseAlchemyXML(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLRankedEntityExtractionDigester.parseAlchemyXML(InputStream stream) |
Results |
JsonTextRankedEntityExtractionDigester.parseAlchemyXML(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLTextKeywordExctractionDigester.parseAlchemyXML(InputStream xmlReader) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLLanguageDigester.parseAlchemyXML(InputStream responseStream) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLMicroformatsDigester.parseAlchemyXML(InputStream responseStream) |
Modifier and Type | Method and Description |
---|---|
Results |
XMLSentimentAnalysisDigester.parseAlchemyXML(InputStream responseStream) |
Modifier and Type | Method and Description |
---|---|
static void |
Alchemy2TypeSystemMapper.mapResultsToTypeSystem(Results results,
org.apache.uima.jcas.JCas aJCas) |
Modifier and Type | Method and Description |
---|---|
void |
RankedEntitiesProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
void |
LanguageProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
void |
ConceptTaggingProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
void |
MicroformatsProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
void |
CategorizationProcessor.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 |
void |
SentimentAnalysisProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
void |
KeywordProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
void |
AnnotatedEntitiesProcessor.process(org.apache.uima.jcas.JCas cas,
Results results) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.