| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.concept_insights.v2 |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.concept_insights.v2.model |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.concept_insights.v2.util |
| Modifier and Type | Method and Description |
|---|---|
Corpus |
ConceptInsights.getCorpus(Corpus corpus)
Retrieves corpus object to a list of individual concepts.
|
| Modifier and Type | Method and Description |
|---|---|
QueryConcepts |
ConceptInsights.conceptualSearch(Corpus corpus,
Map<String,Object> parameters)
Performs a conceptual search within a corpus.
|
void |
ConceptInsights.createCorpus(Corpus corpus)
Creates an empty corpus.
|
void |
ConceptInsights.deleteCorpus(Corpus corpus)
Deletes a corpus by ID.
|
Corpus |
ConceptInsights.getCorpus(Corpus corpus)
Retrieves corpus object to a list of individual concepts.
|
CorpusProcessingState |
ConceptInsights.getCorpusProcessingState(Corpus corpus)
Gets processing state of a Corpus.
|
Concepts |
ConceptInsights.getCorpusRelatedConcepts(Corpus corpus,
Map<String,Object> parameters)
Retrieves concepts that are related to an entire corpus.
|
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.
|
CorpusStats |
ConceptInsights.getCorpusStats(Corpus corpus)
Gets processing state of a Corpus.
|
Documents |
ConceptInsights.listDocuments(Corpus corpus,
Map<String,Object> parameters)
Retrieves the document ids of a corpus.
|
Matches |
ConceptInsights.searchCorpusByLabel(Corpus corpus,
Map<String,Object> parameters)
Searches for documents and concepts by using partial matches on the label(s) fields.
|
void |
ConceptInsights.updateCorpus(Corpus corpus)
Updates existing corpus meta-data (access and permissions).
|
| Modifier and Type | Field and Description |
|---|---|
static Corpus |
Corpus.IBM_RESEARCHERS
The Constant IBM_RESEARCHERS.
|
static Corpus |
Corpus.TED_TALKS
The Constant TED_TALKS.
|
| Modifier and Type | Method and Description |
|---|---|
Corpus |
Corpus.withName(String name)
With name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Corpus> |
Corpora.getCorpora()
Gets the corpora.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Corpora.setCorpora(List<Corpus> corpora)
Sets the corpora.
|
| Constructor and Description |
|---|
Document(Corpus corpus,
String concept)
Instantiates a new document.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IDHelper.getCorpusId(Corpus corpus,
String accoundId)
This method validate the id if it has been populated in the corpus object, otherwise it will
generated it.
|
Copyright © 2015. All rights reserved.