Description |
---|
Returns matched concepts of the corpus. |
URL: /PoolParty/api/corpusmanagement/{project}/results/concepts
Supported Methods |
---|
GET |
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
corpusId | The corpus that contains requested documents. NotePlease note that the provided value should start with "corpus:". The ID alone is not sufficient. An example for corpusId value could be | String | true |
startIndex | The result set is limited to 20 concepts. The user can define the startIndex of the result set to retrieve concepts with higher index number. The default startIndex is 0. | Integer | false |
Array of corpora (JSON) in requested PoolParty project.
Attribute | Type | Comment |
---|---|---|
conceptUri | String | URI of the matching concept |
conceptSchemes | String | Concept schemes of the concept |
broaderConcepts | String | Language of the corpus |
frequency | boolean | True, when corpus analysis is up-to-date |
Example Request
http://<server-url>/PoolParty/api/corpusmanagement/1DCE489D-9695-0001-E272-285217B0181E/results/concepts?corpusId=corpus:e62d3b7e-ce07-48c0-b2c3-696a159227e2
Example Response
[
{
"uri": {
"uri": "conceptOccurrencesView:f9a2d44e-ddca-4e9d-9e6a-4fc2aaf14a64"
},
"name": "People",
"frequency": 2,
"mainLabel": "person",
"broaderConcepts": [],
"conceptSchemes": [
{
"uri": {
"uri": "http://pilot1.poolparty.biz/eurovoc/MT0421"
},
"label": {
"label": "0421 parliament",
"language": "en"
},
"enabled": true
}
],
"conceptUri": {
"uri": "http://rockefeller.poolparty.biz/FHEurovoc/4"
},
"blacklisted": false
},
{
"uri": {
"uri": "conceptOccurrencesView:845d2bb3-acda-4340-8bdc-99388e803173"
},
"name": "department of state",
"frequency": 3,
"mainLabel": "department of state",
"broaderConcepts": [
{
"uri": {
"uri": "http://pilot1.poolparty.biz/eurovoc/C2244"
},
"label": {
"label": "national parliament",
"language": "en"
},
"enabled": true
}
],
"conceptSchemes": [
{
"uri": {
"uri": "http://pilot1.poolparty.biz/eurovoc/MT0421"
},
"label": {
"label": "0421 parliament",
"language": "en"
},
"enabled": true
}
],
"conceptUri": {
"uri": "http://rockefeller.poolparty.biz/FHEurovoc/1"
},
"blacklisted": false
}, ...
]