Package | Description |
---|---|
com.ibm.watson.developer_cloud.concept_insights.v2 |
Concept Insights Service v2
|
com.ibm.watson.developer_cloud.concept_insights.v2.model |
Classes that map the HTTP service requests and responses into POJOs
|
com.ibm.watson.developer_cloud.concept_insights.v2.util |
Utility classes to work with corpus, graph and concepts ids
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<ConceptMetadata> |
ConceptInsights.getConcept(Concept concept)
Returns information for a specific concept node in a graph.
|
ServiceCall<Concepts> |
ConceptInsights.getConceptRelatedConcepts(Concept concept,
Map<String,Object> parameters)
Searches for graph concepts from a Concept by using partial matches.
|
ServiceCall<Scores> |
ConceptInsights.getGraphRelationScores(Concept concept,
List<String> concepts)
Returns a list of scores that denotes how related a source concept is to a list of individual
concepts.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<Scores> |
ConceptInsights.getCorpusRelationScores(Corpus corpus,
List<Concept> concepts)
Returns a list of scores that denotes how related an entire corpus is to a list of individual
concepts.
|
ServiceCall<Scores> |
ConceptInsights.getDocumentRelationScores(Document document,
List<Concept> concepts)
Returns a list of scores that denotes how related a document is to a list of concepts.
|
ServiceCall<Concepts> |
ConceptInsights.getGraphRelatedConcepts(Graph graph,
List<Concept> concepts,
Map<String,Object> parameters)
Searches for graph concepts by using partial matches.
|
Modifier and Type | Method and Description |
---|---|
Concept |
ScoredConcept.getConcept()
Gets the concept.
|
Concept |
Annotation.getConcept()
Gets the concept.
|
Modifier and Type | Method and Description |
---|---|
List<Concept> |
Matches.getMatches()
Gets the matches.
|
List<Concept> |
QueryConcepts.getQueryConcepts()
Gets the query concepts.
|
Modifier and Type | Method and Description |
---|---|
void |
ScoredConcept.setConcept(Concept concept)
Sets the concept.
|
void |
Annotation.setConcept(Concept concept)
Sets the concept.
|
Modifier and Type | Method and Description |
---|---|
void |
Matches.setMatches(List<Concept> matches)
Sets the matches.
|
void |
QueryConcepts.setQueryConcepts(List<Concept> queryConcepts)
Sets the query concepts.
|
Modifier and Type | Method and Description |
---|---|
static String |
IDHelper.getConceptId(Concept concept)
The purpose of this method to validate / generate the concept.id.
|
Copyright © 2015–2016. All rights reserved.