Skip to content

Commit 715dda2

Browse files
Merge pull request #162 from g-may/patch-2
fix getDocumentRelationScores description
2 parents 7aa160a + 0c68446 commit 715dda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/watson/developer_cloud/concept_insights/v2/ConceptInsights.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public Concepts getDocumentRelatedConcepts(final Document document,
576576
}
577577

578578
/**
579-
* Retrieves concepts that are related (in conceptual sense) to a given document.
579+
* Returns a list of scores that denotes how related a document is to a list of concepts.
580580
*
581581
* @param document Document the document object,
582582
* @param concepts the concepts

0 commit comments

Comments
 (0)