Web Service Method: Request Close Concepts
Web Service Method: Request Close Concepts
Description |
---|
Get close concepts for term. |
URL: /PoolParty/api/corpusmanagement/{project}/results/cooccurrence/closeconceptsforterm
Content-Type
application/x-www-form-urlencoded
Supported Methods |
---|
GET |
Path Variables
Variable | Description |
---|---|
| The project UUID or textual identifier |
HTTP Parameters
Parameter | Description | Type | Required |
---|---|---|---|
corpusId | Corpus Id for which the close concepts shall be returned. | String | true |
term | Term (String) for which the close concepts have to be returned. | String | true |
startIndex | Start index from where the close concept results should be returned. | Integer | false |
Returns
Content-Type: application/json
Array of JsonCloseConcept
A Concept within a PoolParty Thesaurus
Attribute | Type | Comment |
---|---|---|
| Integer | AB score |
| IRI | Uri of the close concept |
| Double | Cooccurring Score |
| Literal | Preferred Label |
| Double | Z-score |