Package | Description |
---|---|
org.wandora.application.tools.extractors.alchemy |
Modifier and Type | Class and Description |
---|---|
class |
AlchemyCategoryExtractor
Get an AlchemyAPI category for any text and associate category topic with text
carrier topic.
|
class |
AlchemyEntityExtractor
Get an AlchemyAPI entity for any text and associate entity topic with the
text carrier topic.
|
class |
AlchemyFaceDetection |
class |
AlchemyImageKeywordExtractor |
class |
AlchemyKeywordExtractor
Send any text to AlchemyAPI web service and transform results to topics and
associations.
|
class |
AlchemyLanguageExtractor
Send any text to AlchemyAPI web service and transform results to topics and
associations.
|
class |
AlchemyRelationExtractor |
class |
AlchemySentimentExtractor
Send any text to AlchemyAPI web service and transform results to topics and
associations.
|
Modifier and Type | Field and Description |
---|---|
private AbstractAlchemyExtractor |
AlchemyCategoryExtractor.AlchemyCategoryParser.parent |
private AbstractAlchemyExtractor |
AlchemyEntityExtractor.AlchemyEntityParser.parent |
private AbstractAlchemyExtractor |
AlchemyFaceDetection.AlchemyFaceDetectionParser.parent |
private AbstractAlchemyExtractor |
AlchemyImageKeywordExtractor.AlchemyImageKeywordParser.parent |
private AbstractAlchemyExtractor |
AlchemyKeywordExtractor.AlchemyKeywordParser.parent |
private AbstractAlchemyExtractor |
AlchemyLanguageExtractor.AlchemyLanguageParser.parent |
private AbstractAlchemyExtractor |
AlchemyRelationExtractor.AlchemyRelationParser.parent |
private AbstractAlchemyExtractor |
AlchemySentimentExtractor.AlchemySentimentParser.parent |
private AbstractAlchemyExtractor |
AlchemyExtractorConfiguration.parentTool |
Constructor and Description |
---|
AlchemyCategoryParser(java.lang.String term,
java.lang.String data,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemyEntityParser(java.lang.String term,
java.lang.String data,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemyExtractorConfiguration(javax.swing.JFrame parent,
Options options,
AbstractAlchemyExtractor parentTool)
Creates new form AlchemyExtractorConfiguration
|
AlchemyFaceDetectionParser(java.lang.String masterSubject,
java.awt.image.BufferedImage image,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemyImageKeywordParser(java.lang.String masterSubject,
java.awt.image.BufferedImage image,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemyKeywordParser(java.lang.String term,
java.lang.String data,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemyLanguageParser(java.lang.String term,
java.lang.String data,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemyRelationParser(java.lang.String term,
java.lang.String data,
TopicMap tm,
AbstractAlchemyExtractor parent) |
AlchemySentimentParser(java.lang.String term,
java.lang.String data,
TopicMap tm,
AbstractAlchemyExtractor parent) |
Copyright 2004-2015 Wandora Team