Package | Description |
---|---|
com.ibm.watson.developer_cloud.concept_insights.v2 |
Concept Insights Service v2
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<Concepts> |
ConceptInsights.getConceptRelatedConcepts(Concept concept,
Map<String,Object> parameters)
Searches for graph concepts from a Concept by using partial matches.
|
ServiceCall<Concepts> |
ConceptInsights.getCorpusRelatedConcepts(Corpus corpus,
Map<String,Object> parameters)
Retrieves concepts that are related to an entire corpus.
|
ServiceCall<Concepts> |
ConceptInsights.getDocumentRelatedConcepts(Document document,
Map<String,Object> parameters)
Retrieves concepts that are related (in conceptual sense) to a given document.
|
ServiceCall<Concepts> |
ConceptInsights.getGraphRelatedConcepts(Graph graph,
List<Concept> concepts,
Map<String,Object> parameters)
Searches for graph concepts by using partial matches.
|
Copyright © 2015–2016. All rights reserved.