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<Annotations> |
ConceptInsights.annotateText(Graph graph,
String text)
Identifies concepts in a piece of text.
|
ServiceCall<Concepts> |
ConceptInsights.getGraphRelatedConcepts(Graph graph,
List<Concept> concepts,
Map<String,Object> parameters)
Searches for graph concepts by using partial matches.
|
ServiceCall<Matches> |
ConceptInsights.searchGraphsConceptByLabel(Graph graph,
Map<String,Object> parameters)
Searches for graph concepts by using partial matches.
|
Modifier and Type | Field and Description |
---|---|
static Graph |
Graph.WIKIPEDIA
The WIKIPEDIA Graph.
|
Constructor and Description |
---|
Concept(Graph graph,
String concept)
Instantiates a new concept.
|
Modifier and Type | Method and Description |
---|---|
static String |
IDHelper.getGraphId(Graph graph,
String accountId)
This method validate the id if it has been populated in the graph object, otherwise it will
generated it.
|
Copyright © 2015–2016. All rights reserved.