Web Service Method: Request Term Co-ocurrences
Web Service Method: Request Term Co-ocurrences
Description |
---|
Request term co-occurrence results. |
URL: /PoolParty/api/corpusmanagement/{project}/results/cooccurrence/term
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 cooccurrence results have to be returned. | String | true |
term | Term (String) 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 |
Returns
Content-Type: application/json
Array of JsonCoocurrenceView
Attribute | Type | Comment |
---|---|---|
| Integer | AB count |
| IRI | URI of the co-occurring concept or term. |
| Double | Cooccurrence Score |
| Literal | Literal of the co-ocurring concept or term. |
| Double | Z-score |