Web Service Method: Request Concept Co-ocurrence from a Corpus
Web Service Method: Request Concept Co-ocurrence from a Corpus
Description |
---|
Get concept co-occurrence results. |
URL: /PoolParty/api/corpusmanagement/{project}/results/cooccurrence/concept
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 co-occurrence results have to be returned. | String | true |
uri | Concept URI for which the co-occurrence have to be returned. | String | true |
startIndex | Start index from where the co-occurrence results should be returned. | Integer | false |
limit | Limit for number of co-occurrences. Default 20 | int | false |
Returns
Content-Type: application/json
Array of JsonCoocurrenceView
Attribute | Type | Comment |
---|---|---|
| Integer | AB count |
| IRI | URI of the co-occurring concept or term |
| Double | Co-occurrence Score |
| Literal | Literal of the co-occurring concept or term |
| Double | Z-score |