Description |
---|
Get concept co-occurrence results. |
URL: /PoolParty/api/corpusmanagement/{project}/results/cooccurrence/concept
application/x-www-form-urlencoded
Supported Methods |
---|
GET |
Variable | Description |
---|---|
| The project UUID or textual identifier |
Parameter | Description | Type | Required |
---|---|---|---|
corpusId | Corpus Id for which the cooccurrence results have to be returned. | String | true |
uri | Concept URI for which the cooccurrence have to be returned. | String | true |
startIndex | Start index from where the cooccurrence results should be returned. | Integer | false |
limit | Limit for number of cooccurrences. Default 20 | int | false |
Content-Type: application/json
Array of JsonCoocurrenceView
Attribute | Type | Comment |
---|---|---|
| Integer | AB count |
| IRI | URI of the cooccurring concept or term |
| Double | Cooccurrence Score |
| Literal | Literal of the coocurring concept or term |
| Double | Z-score |